About the situation: Greetings, I am working on a project "osfi" in C (with cmake but targeted to be run only on Linux-based OSes), i required a function that parses arguments passed from command line, so i wrote one using the GNU C argp.h. I ended up creating a library osfi_arg_parser.c that contains that function. ..
Recent Comments