Moved functions to parser.c, moved parser to tools

This commit is contained in:
James Booth
2013-07-11 22:57:35 +01:00
parent 907beb55f6
commit 36265dde2f
6 changed files with 88 additions and 83 deletions

View File

@@ -1,7 +1,7 @@
#include <stdlib.h>
#include <string.h>
#include <head-unit.h>
#include "command/parser.h"
#include "tools/parser.h"
void
parse_null_returns_null(void)