|
NAMEgetargerror() - convert arg parsing error code to a stringSYNOPSIS#include <schily/getargs.h> char *getargerror(val) int val; /* error code */ DESCRIPTIONgetargerror() returns a string that matches the return code of the argument parsing routines.RETURNSA string that matches the return code or the string Illegal arg error in case that a nonexisting return code has been passed.The codes FLAGPARSED and NOTAFLAG share the same value, but FLAGPARSED is not returned to external callers. EXAMPLESSEE ALSOgetargs(3), getallargs(3), getfiles(3). NOTESnoneBUGSnoneAUTHORJoerg Schilling D-13353 Berlin Germany Mail bugs and suggestions to: joerg@schily.net
Visit the GSP FreeBSD Man Page Interface. |