summaryrefslogtreecommitdiff
path: root/headers/codegen.h
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2025-12-19 23:32:31 +0100
committerczjstmax <jstmaxlol@disroot.org>2025-12-19 23:32:31 +0100
commit1c11d915a68e60bd191d43e348d56b9eab71b107 (patch)
tree0b79d8ce3f47bc7ead2143e6f6e10e3f7df9075e /headers/codegen.h
parentfe0479de0c0305eafb1d3aa1456850af9e3b4fca (diff)
Created `src` dir for code, added Makefile
Diffstat (limited to 'headers/codegen.h')
-rw-r--r--headers/codegen.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/headers/codegen.h b/headers/codegen.h
deleted file mode 100644
index d629caf..0000000
--- a/headers/codegen.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef CRBC_CODEGEN
-#define CRBC_CODEGEN
-
-// Header file for CReborn's Codegen API
-
-#include <stdlib.h>
-#include <string.h>
-
-static inline int fb(int x) {
- return x;
-}
-
-#endif