home *** CD-ROM | disk | FTP | other *** search
-
-
- LOCAL (2) BDS C Users' Group LOCAL (2)
-
-
-
-
- NAME
- NAME
- local - miscellaneous functions used on this disk
-
-
- SYNOPSIS
- SYNOPSIS
- 1 abort barf sign stacktop
- (1) abort(), barf(), sign(), stacktop()
- 2 strncat strncmp strncpy strlower strupper
- (2) strncat(), strncmp(), strncpy(), strlower(), strupper(),
- strindex index findline
- strindex(), index(), findline()
- 3 getdph extract
- (3) getdph(), extract()
- 4 mputs mputc moready mgetc miready
- (4) mputs(), mputc(), moready(), mgetc(), miready(),
- hayesput hayesget
- hayesput(), hayesget()
- 5 globarg posarg
- (5) globarg(), posarg()
-
-
- DESCRIPTION
- DESCRIPTION
- The functions above are grouped by type, as follows:
- (1) miscellaneous general-purpose
- (2) string manipulation
- (3) cp/m interface
- (4) modem access
- (5) argument parsing for argc & argv
-
-
- CAVEATS
- CAVEATS
- These functions were tested with v1.50 of the BDS C compiler
- under CP/M 2.2. They should work with other versions of BDS
- C and CP/M, but have not been tested.
-
-
- NOTES
- NOTES
- These functions are used by several programs on this disk,
- including CALL, IF, TEL and TL370. See the code for the
- parameters required.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -1-
-
-
-
- (4) mputs(), mputc(), moready(), mgetc(), miready(),
- hayespu