From 8c4f46dca6a1bb02082886beac46cbb8e4cf2bbb Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 9 May 2026 02:56:07 +0200 Subject: Add project skeleton --- exit.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 exit.h (limited to 'exit.h') diff --git a/exit.h b/exit.h new file mode 100644 index 0000000..24b1292 --- /dev/null +++ b/exit.h @@ -0,0 +1,16 @@ +#ifndef EXIT_H +#define EXIT_H + +#include "lex.h" +#include "prv.h" +#include + +struct exit +{ + int dummy; +}; + +int s_exit(const struct lex *l, struct prv *p); +void exit_free(struct exit *d); + +#endif -- cgit v1.2.3