|
NAMEgetarginit() - initialize properties for getargs() type functionsSYNOPSIS#include <schily/getargs.h> int getarginit(propg, flags) struct ga_props *props; /* control properties */ int flags; /* to control option parsing behavior */ DESCRIPTIONgetarginit() initializes struct ga_props as needed by the functions getlargs(), getlallargs(), getlfiles(), getvargs(), getvallargs(), getvfiles().The flags argument controls the behavior of the named functions. If the value is 0, the default behavior as documented in the man pages is used. The following flags are possible and may be combined:
RETURNS
EXAMPLESSEE ALSOgetlargs(3), getlallargs(3), getlfiles(3), getvargs(3), getvallargs(3), getvfiles(3). NOTESnoneBUGSnoneAUTHORJoerg Schilling D-13353 Berlin Germany Mail bugs and suggestions to: joerg@schily.net
Visit the GSP FreeBSD Man Page Interface. |