home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c005 / 5.ddi / CTPLIB.DOC < prev    next >
Encoding:
Text File  |  1987-04-13  |  1.3 KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                  C Library Functions Used by C TOOLS PLUS
  7.                                Version 3.02
  8.  
  9.                               April 15, 1987
  10.  
  11.  
  12. The following functions and variables from the standard C library are used by 
  13. the pre-compiled C TOOLS PLUS libraries:  
  14.  
  15.    calloc()    fgets()     isatty()    puts()      strcpy()
  16.    ecvt()      fputs()     malloc()    sprintf()   strlen()
  17.    environ     free()      memcmp()    sscanf()    strncpy()
  18.    exit()      getenv()    memcpy()    strcat()
  19.    fflush()    inp()       outp()      strcmp()
  20.  
  21. The following compiler-specific library functions or variables are used:  
  22.  
  23.    Lattice C       Microsoft C
  24.    ---------       -----------
  25.    _BASE           STKHQQ
  26.    _dos            _osmajor
  27.                    _osminor
  28.    _psp            _psp
  29.    makepv()
  30.  
  31. At the source  level,  C  TOOLS  PLUS  also  uses  the  following  macros  or
  32. functions.   Depending on the compiler, these may invoke library functions or
  33. refer to library variables.  
  34.  
  35.    abs()       iscntrl()   NULL        toupper()
  36.    feof()      isdigit()   stderr
  37.    fileno()    isspace()   stdin
  38.    isalpha()   max()       stdout
  39.    isascii()   min()       tolower()
  40.  
  41. These lists have not been exhaustively checked for completeness.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.