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 Library Reference - the following functions are defined: http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The following functions are defined:

assert
    test an assertion and output a string upon failure

_fullpath
    return full path specification for file

_getmbcp
    get current multibyte code page

_harderr
    critical error handler

_hardresume (see _harderr)
    critical error handler resume

localeconv
    obtain locale specific conversion information

longjmp
    return and restore environment saved by "setjmp"

_lrotl
    rotate an "unsigned long" left

_lrotr
    rotate an "unsigned long" right

main
    the main program (user written)

offsetof
    get offset of field in structure

_rotl
    rotate an "unsigned int" left

_rotr
    rotate an "unsigned int" right

setjmp
    save environment for use with "longjmp" function

_makepath
    make a full filename from specified components

setlocale
    set locale category

_setmbcp
    set current multibyte code page

_splitpath
    split a filename into its components

_splitpath2
    split a filename into its components

_wfullpath (see _fullpath)
    return full path specification for file

_wmakepath (see _makepath)
    make a full filename from specified components

_wsetlocale (see setlocale)
    set locale category

_wsplitpath (see _splitpath)
    split a filename into its components

_wsplitpath2 (see _splitpath2)
    split a filename into its components

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