home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / elem-c.zip / FILES.DOC < prev    next >
Text File  |  1991-05-12  |  2KB  |  56 lines

  1. ------------------------------------------------------------------------
  2. Elementary C            
  3. -----------------------------------------------------------------------
  4. A collection of C language routines that will help a programmer learn
  5. the language and will also provide a shortcut library for more
  6. experienced users.  Included are some basic data movement routines,
  7. a "help facility", amortization programs, and matrix manipulation.
  8. A short but succinct example shows how to initialize a Hayes Smart-
  9. modem out of Lattice C.  An entire set of functions is provided for
  10. string processing of a list of arguments, with an example showing how
  11. to use these functions for Command Tail Processing.
  12.  
  13. ABOUT    C    Elementary "help facility" for C functions
  14. ABOUT    DAT  Descriptions for ABOUT.C "help facility"
  15. ABOUT    EXE  Object code for "help facility"
  16. AMORTIZ1 C    Link of AMORTIZE.EXE
  17. AMORTIZ2 C    "
  18. AMORTIZ3 C    "
  19. AMORTIZE EXE  Amortization, where user or PC specifies payment
  20. AMORTPRN EXE  Same as AMORTIZE.EXE with data also sent to disk
  21. BACKUP   C    Create backup copy of a file with
  22. BACKUP   EXE  "                  the extension .BAK
  23. C        DOC  Description of some of files on diskette
  24. CLS      C    Clear screen
  25. DOSDATE  C    Return system date in characters
  26. DOSTIME  C    Return system time in characters
  27. GETPOS   C    First part of comments on Lynn's routines
  28. INTEREST C    Link of AMORTPRN.EXE
  29. LOCATE   C    Position cursor
  30. LYNN     DOC  Middle part of comments on Lynn's routines
  31. LYNN     LIB  Object code only
  32. MAT      H    Matrix source and object code
  33. MATRIX   3L   Matrix manipulation subroutine descriptions
  34. MATRIX   S    Matrix manipulation subroutine descriptions
  35. MENU     C    Link of AMORTPRN.EXE
  36. M_COFACT C    Cofactor of element of matrix
  37. M_COPY   C    Duplicate copy of matrix
  38. M_DETERM C    Determinant of matrix
  39. M_DUMP   C    Print matrix
  40. M_INVERT C    Inverse of matrix
  41. M_MULTIP C    Multiply matrix 1 x matrix 2
  42. M_READ   C    Read into matrix
  43. M_SOLVE  C    Matrix linear equations
  44. M_TRANSP C    Transpose matrix
  45. OUTSTNG  C    Short section of LYNN.DOC
  46. PRINT    C    Print from ASCII file, with tabs
  47. PRINT    EXE  "
  48. PRINTAB  C    Print from ASCII file, with spaces
  49. PRINTAB  EXE  "
  50. PRTSCN   C    Print screen to printer
  51. PYMT     C    Link of AMORTPRN.EXE
  52. SETHAYES C    Hayes Smartmodem initialization routine
  53. STRINGS  C    String processing of list of arguments
  54.  
  55.  
  56.