home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
- C Library Functions Used by C TOOLS PLUS
- Version 3.02
-
- April 15, 1987
-
-
- The following functions and variables from the standard C library are used by
- the pre-compiled C TOOLS PLUS libraries:
-
- calloc() fgets() isatty() puts() strcpy()
- ecvt() fputs() malloc() sprintf() strlen()
- environ free() memcmp() sscanf() strncpy()
- exit() getenv() memcpy() strcat()
- fflush() inp() outp() strcmp()
-
- The following compiler-specific library functions or variables are used:
-
- Lattice C Microsoft C
- --------- -----------
- _BASE STKHQQ
- _dos _osmajor
- _osminor
- _psp _psp
- makepv()
-
- At the source level, C TOOLS PLUS also uses the following macros or
- functions. Depending on the compiler, these may invoke library functions or
- refer to library variables.
-
- abs() iscntrl() NULL toupper()
- feof() isdigit() stderr
- fileno() isspace() stdin
- isalpha() max() stdout
- isascii() min() tolower()
-
- These lists have not been exhaustively checked for completeness.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-