dos_compilers/Manx Aztec C86 v52a/LIB/SYSIO/LSEEKC.ASM

16 lines
206 B
NASM
Raw Normal View History

2024-07-02 17:25:54 +02:00
; :ts=8
;Copyright (C) 1983 by Manx Software Systems
include lmacros.h
ifdef FARPROC
extrn _lseek_:far
else
extrn _lseek_:near
endif
procdef lseek
jmp _lseek_
pend lseek
finish
end