home *** CD-ROM | disk | FTP | other *** search
- /* > h.argfuncs - (c) Paul Witheridge - Version 1.0 - 05 Dec 1990 */
-
- /*===================================================================*/
- /* ArgFuncs header file */
- /*===================================================================*/
-
- void analargs( /* Analyse standard arguments */
- const int argc, /* Number of arguments */
- const char *const argv[], /* Array of pointers to args */
- const int posnc, /* Number of positional args */
- const char **posnptr[], /* Ptr to positional arg ptrs */
- const char options[], /* Option characters */
- char *flags, /* Pointer to flag byte */
- const char optflags[], /* Option flag settings */
- const char **optval[]) ; /* Ptrs to value ptrs */
-
- void displaytext( /* Display help text etc */
- const char *text, /* Ptr to text */
- const unsigned char tabs[]) ; /* Ptr to array of tab values */
-
- /*===================================================================*/
-