TRIP Routing Daemon
TRIP (RFC 3219) Location Server Implementation
Loading...
Searching...
No Matches
parser.c File Reference
#include "parser.h"
#include "commands.h"
#include <functions/manager.h>
#include <string.h>
Include dependency graph for parser.c:

Functions

char * strip (char *s)
 Skip white characters.
parser_tparser_init (FILE *outf)
 Initialize parser state and output file.
int parser_parse_cmd (parser_t *parser, char *cmd)
 Parse single command.
int parser_parse_file (parser_t *parser, FILE *f)
 Parse file.