home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 12 Font / 12-Font.zip / FONTUTIL.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.