home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource3 / 121_01 / local.doc < prev    next >
Encoding:
Text File  |  1985-08-21  |  1.8 KB  |  68 lines

  1.  
  2.  
  3.      LOCAL (2)                 BDS C Users' Group                 LOCAL (2)
  4.  
  5.  
  6.  
  7.  
  8.      NAME   
  9.      NAME 
  10.           local - miscellaneous functions used on this disk 
  11.  
  12.  
  13.      SYNOPSIS   
  14.      SYNOPSIS 
  15.            1  abort    barf    sign    stacktop     
  16.           (1) abort(), barf(), sign(), stacktop() 
  17.            2  strncat    strncmp    strncpy    strlower    strupper      
  18.           (2) strncat(), strncmp(), strncpy(), strlower(), strupper(), 
  19.           strindex    index    findline     
  20.           strindex(), index(), findline() 
  21.            3  getdph    extract     
  22.           (3) getdph(), extract() 
  23.            4  mputs    mputc    moready    mgetc    miready      
  24.           (4) mputs(), mputc(), moready(), mgetc(), miready(), 
  25.           hayesput    hayesget     
  26.           hayesput(), hayesget() 
  27.            5  globarg    posarg     
  28.           (5) globarg(), posarg() 
  29.  
  30.  
  31.      DESCRIPTION   
  32.      DESCRIPTION 
  33.           The functions above are grouped by type, as follows: 
  34.           (1) miscellaneous general-purpose 
  35.           (2) string manipulation 
  36.           (3) cp/m interface 
  37.           (4) modem access 
  38.           (5) argument parsing for argc & argv 
  39.  
  40.  
  41.      CAVEATS   
  42.      CAVEATS 
  43.           These functions were tested with v1.50 of the BDS C compiler 
  44.           under CP/M 2.2.  They should work with other versions of BDS 
  45.           C and CP/M, but have not been tested.  
  46.  
  47.  
  48.      NOTES   
  49.      NOTES 
  50.           These functions are used by several programs on this disk, 
  51.           including CALL, IF, TEL and TL370.  See the code for the 
  52.           parameters required.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.                                       -1-
  85.  
  86.  
  87.       
  88.           (4) mputs(), mputc(), moready(), mgetc(), miready(), 
  89.           hayespu