From cab4804979e8c60cc8ccc0612b759d2c3637539f Mon Sep 17 00:00:00 2001 From: axtloss Date: Sun, 25 Feb 2024 01:54:04 +0100 Subject: Add initial fswarn and BVG code --- fbwarn/src/parseBVG.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fbwarn/src/parseBVG.h (limited to 'fbwarn/src/parseBVG.h') 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 +FILE readFile(char*); +char *multiToSingle(char*); +void matchFunctionCall(char*); -- cgit v1.2.3