diff options
Diffstat (limited to 'src/grep.c')
-rw-r--r-- | src/grep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grep.c b/src/grep.c new file mode 100644 index 0000000..c77eab5 --- /dev/null +++ b/src/grep.c @@ -0,0 +1,2 @@ +#define main grep_main +#include "../grep/grep.c" |