home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
CLIPPER
/
MISC
/
EMXLIB8F.ZIP
/
EMX
/
LIB
/
IO
/
BINMODE.S
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-01-02
|
244 b
|
14 lines
/ binmode.s (emx+gcc) -- Copyright (c) 1992-1993 by Eberhard Mattes
#if !defined (__MT__)
.text
L_setbinmode:
movl $1, __fmode_bin
ret
.stabs "___CTOR_LIST__", 23, 0, 0, L_setbinmode
#endif