diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -80,6 +80,10 @@ The original function `add` has now been hooked! To dump debug info from the `cdl_jmp_patch` struct use `cdl_jmp_dbg`.
# Info
+
+The compiler used for this project is [tcc](https://github.com/lunarjournal/tcc).
+
+
`cdl.c` - C source file for CDL. <br>
`cdl.h` - CDL header file to include.
|