aboutsummaryrefslogtreecommitdiff
path: root/helper.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-04-13 15:03:29 +0200
committerCharles <sircharlesaze@gmail.com>2020-04-13 15:03:29 +0200
commit4388cc2d74f1ee8930ca1baaeeea67da925f8a2c (patch)
tree5feee2181fc8875d22ccb1dacdc0710f23bd9169 /helper.c
parent1eb2d4832a590c809e38840f970b4506661c89cf (diff)
downloadlibasm_test-4388cc2d74f1ee8930ca1baaeeea67da925f8a2c.tar.gz
libasm_test-4388cc2d74f1ee8930ca1baaeeea67da925f8a2c.tar.bz2
libasm_test-4388cc2d74f1ee8930ca1baaeeea67da925f8a2c.zip
Added argument precsion in error message for all function but ft_strdup, Changed function prototype style
Diffstat (limited to 'helper.c')
-rw-r--r--helper.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/helper.c b/helper.c
index 17d7bcb..06781b1 100644
--- a/helper.c
+++ b/helper.c
@@ -6,22 +6,19 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/08 03:07:07 by cacharle #+# #+# */
-/* Updated: 2020/04/12 20:05:58 by charles ### ########.fr */
+/* Updated: 2020/04/13 15:01:20 by charles ### ########.fr */
/* */
/* ************************************************************************** */
#include "libasm_test.h"
-
-void
-print_ok(void)
+void print_ok(void)
{
printf("OK: %s\n", test_name);
fflush(stdout);
}
-void
-print_signaled_ko(void)
+void print_signaled_ko(void)
{
printf("KO: [SEGFAULT]: %s\n", test_name);
fflush(stdout);