From bcf210958a37b71159850534f96b3772a19b8fbe Mon Sep 17 00:00:00 2001 From: Raphael Date: Sat, 13 Dec 2025 13:32:55 +0100 Subject: [PATCH] style(includes): moving the typedef in header --- test/main.c | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/test/main.c b/test/main.c index 3eb0adf..3d59a04 100644 --- a/test/main.c +++ b/test/main.c @@ -1,4 +1,17 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* main.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rparodi +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2025/12/12 14:02:17 by rparodi #+# #+# */ +/* Updated: 2025/12/13 13:30:29 by rparodi ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include "libasm.h" +#include "_internal_test.h" #include #include #include @@ -7,8 +20,6 @@ #include #include -typedef void (*t_test_func)(void); - char *strs[] = { "", "a",