diff --git a/JoeyLib-Definitions.md b/JoeyLib-Definitions.md new file mode 100644 index 0000000..9f928c6 --- /dev/null +++ b/JoeyLib-Definitions.md @@ -0,0 +1,3 @@ +#### JOEY_DEBUG +If defined in `joey.h`, enables several debugging functions. JoeyLib memory management operations will be double-checked and tracked. In addition, after the program exits, JoeyLib will generate a file named `JLSTATS` containing allocation statistics and the contents of `why` that was passed to `jlDie()`. +