diff options
Diffstat (limited to 'fbwarn/src/parseBVG.h')
-rw-r--r-- | fbwarn/src/parseBVG.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fbwarn/src/parseBVG.h b/fbwarn/src/parseBVG.h new file mode 100644 index 0000000..87cf4a4 --- /dev/null +++ b/fbwarn/src/parseBVG.h @@ -0,0 +1,4 @@ +#include <stdio.h> +FILE readFile(char*); +char *multiToSingle(char*); +void matchFunctionCall(char*); |