From 71d791acdbef6e459ec711c266321e43eb2223e6 Mon Sep 17 00:00:00 2001 From: Supermjork Date: Mon, 21 Aug 2023 12:27:51 +0300 Subject: [PATCH] IT WORKS ON MY MACHINE --- tests/str_print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/str_print.c b/tests/str_print.c index d27eb2b..ac327b8 100644 --- a/tests/str_print.c +++ b/tests/str_print.c @@ -14,7 +14,7 @@ int main(void) /* * Brain ded to think bout test cond */ - _printf("%s\n%s\n", test_0, test_1); + _printf(" suh %s\n%s\n", test_0, test_1); return (0); }