/ binmode.s (emx+gcc) -- Copyright (c) 1992-1993 by Eberhard Mattes

#if !defined (_LIBCDLL)

        .text

L_setbinmode:
        movl    $1, __fmode_bin
        ret

        .stabs  "___CTOR_LIST__", 23, 0, 0, L_setbinmode

#endif
