#include <stdio.h>#include <stdlib.h>#include <string.h>#include "opt.h"

Go to the source code of this file.
Functions | |
| int | GnoParse (int argc, char **argv, GnoOption_s *pOpt) |
| void | GnoFree (GnoOption_s *pOpt) |
| void | GnoHelp (char *pszHead, GnoOption_s *pOpt) |
| void GnoFree | ( | GnoOption_s * | pOpt | ) |
| void GnoHelp | ( | char * | pszHead, | |
| GnoOption_s * | pOpt | |||
| ) |
| int GnoParse | ( | int | argc, | |
| char ** | argv, | |||
| GnoOption_s * | pOpt | |||
| ) |
1.5.3