aboutsummaryrefslogtreecommitdiffstats
path: root/7_1
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov@twistea.su>2024-12-12 10:18:08 +0300
committerjustanothercatgirl <sotov@twistea.su>2024-12-12 10:18:08 +0300
commita3596a8d1f93dd2ea9be66ad68b220fd278f9966 (patch)
treee53b4996966c772a602ffa440807479eeda7745d /7_1
parent2e36eb04078e054d07c9259a54525d4fb7740fb7 (diff)
added commenttask7
Diffstat (limited to '7_1')
-rw-r--r--7_1/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/7_1/main.c b/7_1/main.c
index 9a38d63..e386cc7 100644
--- a/7_1/main.c
+++ b/7_1/main.c
@@ -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];