home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / t1utils1.zip / GETOPT.H < prev    next >
Text File  |  1992-06-12  |  132b  |  7 lines

  1. /* getopt.h - get command line options
  2.  *
  3.  * Parse the command line options, System V style.
  4. */
  5.  
  6. int getopt(int, char *[], char *);
  7.