/ res0.s (emx+gcc) -- Copyright (c) 1993-1994 by Eberhard Mattes

#if !defined (_LIBCDLL)

        .globl  __text

        .text

__text:
        movl    $1, %eax
        ret

#endif
