home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / disk / Misc / dd / getoption.h < prev    next >
Text File  |  1991-10-03  |  214b  |  8 lines

  1. /*
  2.  * getoption.h - command line argument parsing function prototype
  3.  *
  4.  * Bruno Costa & Lucia Darsa - 25 May 90 - 25 May 90
  5.  */
  6.  
  7. int getoption (int argc, char *argv[], char *argopts, char *noargopts, char *data);
  8.