diff options
author | justanothercatgirl <sotov@twistea.su> | 2024-12-12 10:18:08 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2024-12-12 10:18:08 +0300 |
commit | a3596a8d1f93dd2ea9be66ad68b220fd278f9966 (patch) | |
tree | e53b4996966c772a602ffa440807479eeda7745d /7_1/main.c | |
parent | 2e36eb04078e054d07c9259a54525d4fb7740fb7 (diff) |
added commenttask7
Diffstat (limited to '7_1/main.c')
-rw-r--r-- | 7_1/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ #define GRN "\x1b[92m" #define RST "\x1b[0m" +/* segfaults if x = 0x8000000000000000 */ char* tobin(long int x) { size_t i = 0, j = 0; char buffer[64]; |