gwion-util
utilities for the Gwion project
|
argument utilities More...
Go to the source code of this file.
Data Structures | |
struct | CArg |
structure used to parse arguments More... | |
Functions | |
ANN m_str | option_argument (struct CArg *ca) |
returns the option to the argument, errors and returns if none | |
ANN Vector | split_args (MemPool, const m_str str) |
returns separated arguments from a string in a vector. | |
argument utilities
Definition in file carg.h.
returns separated arguments from a string in a vector.
each value is a mp_allocated string. freeing it is caller responsability.