diff options
-rw-r--r-- | .clant.json | 4 | ||||
-rw-r--r-- | .includes.imp | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.clant.json b/.clant.json new file mode 100644 index 00000000..76cae6d3 --- /dev/null +++ b/.clant.json @@ -0,0 +1,4 @@ +{ + "version": "1.0.0", + "mapping_files": [".includes.imp"] +} diff --git a/.includes.imp b/.includes.imp new file mode 100644 index 00000000..07b654dd --- /dev/null +++ b/.includes.imp @@ -0,0 +1,6 @@ +[ + { "symbol": [ "int64_t", "private", "<stdint.h>", "public" ] }, + { "symbol": [ "uint32_t", "private", "<stdint.h>", "public" ] }, + { "symbol": [ "uint64_t", "private", "<stdint.h>", "public" ] }, + { "symbol": [ "uint8_t", "private", "<stdint.h>", "public" ] }, +] |