summaryrefslogtreecommitdiff
path: root/21sh/autotools/src/lexer/lexer.c
diff options
context:
space:
mode:
Diffstat (limited to '21sh/autotools/src/lexer/lexer.c')
-rw-r--r--21sh/autotools/src/lexer/lexer.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/21sh/autotools/src/lexer/lexer.c b/21sh/autotools/src/lexer/lexer.c
new file mode 100644
index 0000000..2e9d2f9
--- /dev/null
+++ b/21sh/autotools/src/lexer/lexer.c
@@ -0,0 +1,8 @@
+#include "lexer.h"
+
+#include <stdio.h>
+
+void print_lexer()
+{
+ puts("Vive les lexer");
+}