. \" Manual Seite fuer getargerror . \" @(#)getargerror.3 1.4 20/09/04 Copyright 1985-2020 J. Schilling . \"
GETARGERROR 3 "2020/09/04" "J\*org Schilling" "Schily\'s LIBRARY FUNCTIONS"
NAME
getargerror() - convert arg parsing error code to a string
SYNOPSIS
#include <schily/getargs.h>

 char *getargerror(val)
  int val; /* error code */
DESCRIPTION
getargerror () returns a string that matches the return code of the argument parsing routines.
RETURNS

A 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.

EXAMPLES
"SEE ALSO"

getargs (3), getallargs (3), getfiles (3).

NOTES
none
BUGS
none
AUTHOR
J\*org Schilling
D-13353 Berlin
Germany

Mail bugs and suggestions to:

joerg@schily.net