|
NAMEAG_Getopt —
agar getopt() implementation
SYNOPSIS#include <agar/core.h> DESCRIPTIONTheAG_Getopt interface parses command-line arguments.
INTERFACEintAG_Getopt (int
argc, char * const
argv[], const char
*optstring, char
**optarg_out, int
*optind_out);
The If successful, SEE ALSOAG_Intro(3)HISTORYTheAG_Getopt interface first appeared in Agar 1.4
Visit the GSP FreeBSD Man Page Interface. |