home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 163_02 / submit.dsk < prev    next >
Text File  |  1987-06-03  |  2KB  |  72 lines

  1. The C Users' Group welcomes submissions for inclusion in the
  2. C public domain library. Please sign and return the following information
  3. with your submission. Thank you.
  4.  
  5.      AUTHOR'S RELESAE FORM FOR CUG LIBRARY
  6.  
  7. NAME ...........................DATE..../..../....
  8.  
  9. ADDRESS ..........................................
  10.  
  11. CITY .......................STATE .....ZIP .......
  12.  
  13. COUNTRY ..........................................
  14.  
  15. PHONE .....................AFFILIATION ...........
  16.  
  17. DESCRIPTION OF SUBMITTED MATERIALS (Include development machine,
  18. memory required, basic attributes, etc.):
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. THE SUBMITTED FILES ARE IN THEIR PRESENT REVISION LEVEL,
  31.  
  32.        ....      TO THE BEST OF MY KNOWLEDGE CURRENTLY IN PUBLIC DOMAIN
  33.  
  34.        ....      UNDER MY DIRECT CONTROL HEREBY PLACED INTO PUBLIC
  35.                  DOMAIN. PERMISSION IS HEREBY GRANTED THE C USERS' GROUP TO
  36.                  DISTRIBUTE THE SUBMITTED MATERIALS
  37.                  FREELY FOR NON-COMMERCIAL
  38.                  PERSONAL USE.
  39.  
  40.  
  41.     SIGNED...........................................
  42.  
  43.     DATE.............................................
  44.  
  45. -------------------------------------------------------------------------
  46.  
  47. SUBMISSION GUIDELINES
  48.  
  49. Please avoid sub-directories, squeezed files, library files or other
  50. compacted formats. CUG appreciates and prefers submissions with
  51. cataloging headers on all text files (See sample below and refer
  52. to CUG Newsletter II #6, March, 1985 for more details.)
  53.  
  54. SAMPLE HEADER
  55. /*
  56. HEADER:        ;
  57. TITLE:        Diskette sector editor;
  58. VERSION:    1.4;
  59.  
  60. DESCRIPTION:    "Lets you view, edit and write back a diskette sector.
  61.  
  62.         It needs a 24*80 cursor-addressable terminal, and requires
  63.         your custom CLRSCREEN() and GOTOXY() functions.  The
  64.         definitions of these functions appear early in SE.C.
  65.  
  66.         Compiling requires SENTER.C, included on the diskette.
  67.         Also included are SE.DOC and SE.SUB.";
  68.  
  69. KEYWORDS:    Disk, utility, editor, sector;
  70. SYSTEM:        CP/M-80, V2.2;
  71. FILENAME:    SE.C;
  72. WARNINGS:    "Requires Versi