home *** CD-ROM | disk | FTP | other *** search
/ IBM CD Showcase / OS2_CD_ROM.iso / smce0001 / sware / wpsutil.exe / psutils / getopt.h < prev    next >
Encoding:
Text File  |  1992-06-12  |  132 b   |  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.