diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-10 16:36:53 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-10 16:36:53 -0800 |
commit | 4ada155b930cb5fb96493dff3a5af8809da3b214 (patch) | |
tree | db723cecb55c51e08b4ae6f865046d892d720304 /include/macros.h | |
parent | f4252fb4c1b12e4318f98e4a1936842e8b691ce0 (diff) |
add comments in both stem and also in my c code
Diffstat (limited to 'include/macros.h')
-rw-r--r-- | include/macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/macros.h b/include/macros.h index 0fc94c8..95d3327 100644 --- a/include/macros.h +++ b/include/macros.h @@ -74,7 +74,7 @@ #define CRESET "\e[0m" #define COLOR_RESET "\e[0m" -/* Die in case of catastrophic memory problem */ +/*! Die in case of catastrophic memory problem */ void die(char *message); #endif |