|
guts
|
Example program demonstrating tokenization via gutilities helpers. More...

Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| Program entry point. | |
This example reads a single command-line argument containing a whitespace-separated list of tokens (typically provided in quotes) and prints each token on its own line.
It demonstrates:
SQUAREITEM) to keep console output consistent with the rest of the codebase.Intended audience:
Definition in file string_vector_from_string.cc.
| int main | ( | int | argc, |
| char * | argv[] ) |
Expected usage:
Behavior:
| argc | Argument count. |
| argv | Argument vector. |
EXIT_SUCCESS on success, EXIT_FAILURE on incorrect usage. Definition at line 41 of file string_vector_from_string.cc.