Multiple parser support.

This commit is contained in:
Ian Gulliver
2016-02-15 06:47:40 +00:00
parent 487ecd170c
commit bb1e5cf2ff
4 changed files with 93 additions and 26 deletions

View File

@@ -2,6 +2,11 @@
#include <unistd.h>
//////// misc
#define PARSER_STATE_LEN 256
//////// buf
#define BUF_LEN_MAX 256