home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / print / t1utils / getopt.h < prev    next >
Text File  |  1994-02-04  |  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.