#include <common/str.h>
Go to the source code of this file.
Functions | |
void | arglex_parse_project (string_ty **project_name_p, void(*usage)(void)) |
void arglex_parse_project | ( | string_ty ** | project_name_p, | |
void(*)(void) | usage | |||
) |
The arglex_parse_project function is used to parse a project name, once the -Project command line option has been seen. It is expected that arglex() has been called, so that the current command line token is the one following the -Project token.
Does not return on error. On a successful return, the current token has been advanced past the project name.