.\" -*-nroff-*- .\" .\" Manual for test-vector framework front-end .\" .\" (c) 2024 Straylight/Edgeware .\" . .\"----- Licensing notice --------------------------------------------------- .\" .\" This file is part of the mLib utilities library. .\" .\" mLib is free software: you can redistribute it and/or modify it under .\" the terms of the GNU Library General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or (at .\" your option) any later version. .\" .\" mLib is distributed in the hope that it will be useful, but WITHOUT .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public .\" License for more details. .\" .\" You should have received a copy of the GNU Library General Public .\" License along with mLib. If not, write to the Free Software .\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, .\" USA. . .\"-------------------------------------------------------------------------- .so ../defs.man \" @@@PRE@@@ . .\"-------------------------------------------------------------------------- .TH tvec-main 3mLib "11 March 2024" "Straylight/Edgeware" "mLib utilities library" .\" @tvec_parseargs .\" @tvec_readstdin .\" @tvec_readfile .\" @tvec_readarg .\" @tvec_readdflt .\" @tvec_readargs .\" @tvec_main . .\"-------------------------------------------------------------------------- .SH NAME tvec-main \- test vector framework program frontend . .\"-------------------------------------------------------------------------- .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