home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / BDSC / BDSC-4 / BDSLIB.ARK / AAAREADM.1ST next >
Text File  |  1983-07-15  |  2KB  |  47 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.             Standard C Library for BDS C 1.5
  11.            Copyright (C) 1983 Steve Blasingame
  12.  
  13.     This version of the standard library is a considerable rewrite
  14.     and  some of the  features of the previous  version have  been
  15.     removed to preserve compatability  with BDS C software written
  16.     using the libraries provided with the package. I may still opt
  17.     to include a signal() function and buffered console I/O later.
  18.     Among the missing features is fseek() and ftell(). This is due
  19.     to the absence of longs in BDS C. Several people (most notably
  20.     Mike Meyer) written subsituent versions of these functions but
  21.     they are  omitted in hopes of preserving upward compatability.
  22.     As with the previous library much of this code is based on the
  23.     work of Leor Zolman of  BD Software  who is in no  small sense
  24.     responsible for what is here (though I claim all of the bugs).
  25.     This version  is much  more  compatable  with the various U**X
  26.     C libraries than its parent and has overcome many of the large
  27.     deficiencies and bugs in that version. The functions included
  28.     in this package are as follows:
  29.  
  30.     abs               fputs             islower           rewind
  31.     atoi              fread             isprint           setbuf
  32.     calloc            free              ispunct           sprintf
  33.     clrerr            fscanf            isspace           strcat
  34.     clreof            fwrite            isupper           strcmp
  35.     faccess           getc              iswhite           strcpy
  36.     fclose            getchar           malloc            strlen
  37.     ferror            getw              max               strncpy
  38.     feof              initb             min               swapin
  39.     fflush            initw             printf            tolower
  40.     fgetc             isalnum           putc              toupper
  41.     fgets             isalpha           putchar           ungetc
  42.     fileno            isascii           puts
  43.     fopen             isatty            putw
  44.     fprintf           iscntrl           qsort
  45.     fputc             isdigit           realloc
  46.  
  47.