#include <stdio.h>#include <stdarg.h>#include <it/vec.h>#include <it/mat.h>#include <it/parser.h>#include <it/io.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Definition in file test_parser.c.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 32 of file test_parser.c.
References it_printf(), parser_delete(), parser_get_cmat(), parser_get_cvec(), parser_get_double(), parser_get_int(), parser_get_ivec(), parser_get_mat(), parser_get_string(), parser_get_vec(), parser_init(), and parser_print().
|
|