home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK5 / DOS_10 / PGP23ASR.ZIP / PGPSRC23.ZIP / GETOPT.H < prev    next >
Text File  |  1993-05-09  |  105b  |  4 lines

  1. #ifndef UNIX    /* avoid conflict with stdlib.h */
  2. int getopt(int argc, char **argv, char *opts);
  3. #endif
  4.