gwion-util
utilities for the Gwion project
|
simple argument utilities More...
#include "gwion_util.h"
Go to the source code of this file.
Data Structures | |
struct | ArgSplitter |
used internally to split arguments More... | |
Functions | |
ANN m_str | option_argument (struct CArg *ca) |
returns the option to the argument, errors and returns if none | |
static ANN void | _split_args (MemPool mp, struct ArgSplitter *as) |
ANN Vector | split_args (MemPool p, const m_str str) |
returns separated arguments from a string in a vector. | |
simple argument utilities
Definition in file carg.c.
|
static |
Definition at line 21 of file carg.c.
returns separated arguments from a string in a vector.
each value is a mp_allocated string. freeing it is caller responsability.