.\" -*-nroff-*- .de VS .sp 1 .RS .nf .ft B .. .de VE .ft R .fi .RE .sp 1 .. .de hP .IP .ft B \h'-\w'\\$1\ 'u'\\$1\ \c .ft P .. .ie t \{\ . ds o \(bu . de VP . sp .4v .. \} .el \{\ . ds o o . de VP . sp .. \} .. .TH tvec-main 3 "11 March 2024" "Straylight/Edgeware" "mLib utilities library" .SH NAME tvec-main \- test vector framework program frontend .\" @tvec_parseargs .\" @tvec_readstdin .\" @tvec_readfile .\" @tvec_readarg .\" @tvec_readdflt .\" @tvec_readargs .\" @tvec_main . .SH SYNOPSIS .nf .B "#include " .PP .ta \w'\fBvoid tvec_parseargs('u .BI "void tvec_parseargs(int " argc ", char *" argv "[]," .BI " struct tvec_state *" tv_out , .BI " int *" argpos_out , .BI " const struct tvec_config *" config ); .BI "int tvec_readstdin(struct tvec_state *" tv ); .BI "int tvec_readfile(struct tvec_state *" tv ", const char *" file ); .BI "int tvec_readarg(struct tvec_state *" tv ", const char *" arg ); .BI "int tvec_readdflt(struct tvec_state *" tv ", const char *" file ); .ta \w'\fBvoid tvec_readargs('u .BI "void tvec_readargs(int " argc ", char *" argv "[]," .BI " struct tvec_state *" tv , .BI " int *" argpos_out ", const char *" dflt ); .ta \w'\fBvoid tvec_main('u .BI "void tvec_main(int " argc ", char *" argv "[]," .BI " const struct tvec_config *" config ", const char *" dflt ); .fi