Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - certain library functions are generated in-line. you must include the http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Certain library functions are generated in-line.  You must include the
appropriate header file containing the prototype for the desired function so
that it will be generated in-line.  The functions that can be generated
in-line are:
abs        _disable   div        _enable    fabs       _fmemchr   _fmemcmp
_fmemcpy   _fmemset   _fstrcat   _fstrcmp   _fstrcpy   _fstrlen   inpd (2)
  inpw       inp        labs       ldiv (2)   _lrotl (2) _lrotr (2) memchr
memcmp     memcpy     memset (1) movedata   outpd (2)  outpw      outp
_rotl      _rotr      strcat     strchr     strcmp (1) strcpy
    strlen


     *1 16-bit only
     *2 32-bit only

The macros __INLINE_FUNCTIONS__ and __SW_OI will be predefined if "oi" is
selected.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson