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 c library provides much of the power usually associated with the c http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The C library provides much of the power usually associated with the C
language.  This chapter introduces the individual functions (and macros)
that comprise the Watcom C library.  The chapter Library Functions and
Macros describes each function and macro in complete detail.

Library functions are called as if they had been defined within the program.
 When the program is linked, the code for these routines is incorporated
into the program by the linker.

Strictly speaking, it is not necessary to declare most library functions
since they return int values for the most part.  It is preferred, however,
to declare all functions by including the header files found in the synopsis
section with each function.  Not only does this declare the return value,
but also the type expected for each of the arguments as well as the number
of arguments.  This enables the Watcom C and C++ compilers to check the
arguments coded with each function call.

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