home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL23.ARJ / VOL2314 < prev    next >
Text File  |  1992-01-07  |  4KB  |  73 lines

  1.  
  2.     Volume 2314 - Released juni 1989 - Abstract (C) DOS gg
  3.  
  4. P r o g r a m m a T h e e k volume 2314
  5.  
  6. gelijk aan PC/SIG no. 314, PCgg 211
  7.  
  8. Titel: C Utilities: Xenixline, Kermit, Grep etc.
  9.  
  10. Number  Name            Size    Date     Comments
  11. 2314.01 C86MOD   DOC     2904  29-07-84  c86 status to DOS  2.0 bat files 
  12. 2314.02 C86SAMPL BAT      825  28-07-83  Batch file to run  c86 compiler 
  13. 2314.03 CASYNC   ASM    10544  29-07-84  C interface to  serial port.
  14.         CATALOG  314     2638  12-03-89  Disk catalog (this  file)
  15. 2314.04 CC       C       6305  27-12-84  C program as  C86SAMPL.BAT 
  16. 2314.05 CC       EXE    11904   8-03-84  CC.C ready to run 
  17. 2314.06 CLS      C       1857  18-12-83  C program to clear  screen 
  18. 2314.07 CPRGRMS1 BAT      486  20-04-84  Copies files to  another disk 
  19. 2314.08 CPRGRMS1 DOC     1279  20-04-84  Short descption of  the files 
  20. 2314.09 CPRGRMS2 DOC     1255  20-04-84  Short descption of  the files
  21. 2314.10 CRC      C       5089  29-07-84  Does CRC error  checking
  22. 2314.11 CSYSINT  ASM     3728  29-07-84  Interf. Lattic C &  8088 inter.
  23. 2314.12 GETSEG-C ASM     2047  29-12-83  Gets vaule for  segment registor 
  24. 2314.13 GREP     C      14695  29-07-84  GREP for Lattice C 
  25. 2314.14 GREP     C86    14737  29-07-84  GREP for C86
  26. 2314.15 GREP     DOC     3071  18-12-83  GREP manual
  27. 2314.16 IOS1-20  ASM     7161  29-07-84  DOS disk I/O for  Lattice C
  28. 2314.17 KERMITPC C      31290  29-07-84  file transfer over  I/O channels
  29. 2314.18 KERMITPC HLP     4864  13-09-83  lets pc emmulate a  TTY termial.
  30. 2314.19 LEJ_LIB  C       6009  29-07-84  Routines to count  words ect.
  31. 2314.20 LOCATE   C       2178  29-07-84  C routine to  position cursor
  32. 2314.21 LUMP     C       1099  30-12-83  Lump a group of  files together 
  33. 2314.22 MEMCLEAN C       4662  29-07-84  Zeros memory avoid  parity errs
  34. 2314.23 MEMCLEAN DOC     3712  29-07-84  Documentation on  MEMCLEAN
  35. 2314.24 MOVMEML  ASM     1618  14-12-83  C function to move  memory 
  36. 2314.25 NAMES    C       5120  29-07-84  Shows how to Access  disk from C 
  37. 2314.26 RANDOM   ASM     2392  29-07-84  Random number  generator for C
  38. 2314.27 RANDOM   C        296  14-12-83  Test for RANDOM.ASM
  39. 2314.28 SETPRTR  C       5374  29-07-84  Setup parameters  EPSON printers 
  40. 2314.29 SQ       C86    21534  29-07-84  Squeeze txt file in  less space 
  41. 2314.30 SWITCH   C86      988  18-12-83  Change display type 
  42. 2314.31 SWITCH1  C       2874  29-12-83  Change display mode
  43. 2314.32 TPRINT   C       3584  29-07-84  Prints files with  page numbers
  44. 2314.33 TPRINT   DOC     1664  20-12-83  Documentation for  TPRINT 
  45. 2314.34 TYPESQ   C86     5803  29-07-84  Type a squeezed  file 
  46. 2314.35 UNLUMP   C       1437  30-12-83  Seperate lumped  files 
  47. 2314.36 USQ      C86     6172  29-07-84  Unsqueeze a text  file 
  48.         VOL2314  ABS     1039  12-03-89  Disk abstract
  49. 2314.37 XC       C      21836  29-07-84  Cross reference  utility for C
  50. 2314.38 XC       DOC     1531   8-08-83  Documtation for XC 
  51. 2314.39 XC       EXE    19072   1-01-84  XC ready to run 
  52. 2314.40 XENIX    ASM     7296  29-07-84  Source code for  OPEN READ WRITE
  53. 2314.41 XENIX    OBJ      640  20-12-83  XENIX ready to  link. Lattic C 
  54.                43 File(s)     47104 bytes free 
  55.  
  56. Everyone needs a grep function.  If you don't have one here  is a
  57. good one for yoy regardless of whice C compiler you use.   Also
  58. includes XENIX whice is a very nice set of disk I/O routines  that
  59. support all the DOS features and UNLUMP to help build larger  C
  60. programs.
  61.  
  62. C86MOD.BAT The following patch to any EXE type file created  by
  63. the C86 linker (cl) will allow the return code from function
  64. MAIN to be passed to DOS 2.0. Once applied, the ERRORLEVEL  batch
  65. facility in DOS 2.0 may be used to evaluate the returned  value
  66. from a C86 program.  One handy implementation  is patching  the
  67. EXE files provided with the C86 system so that a batch file
  68. can
  69. test for successful completion of the various C86 programs.
  70.  
  71.  
  72. MEMCLEAN maakt eventuele EXTRA menory boven 640 k (welke  door DOS
  73. vaak over het hoofd wordt gezien) schoon.