style(includes): moving the typedef in header

This commit is contained in:
Raphael 2025-12-13 13:32:55 +01:00
parent 4e21f64583
commit bcf210958a
No known key found for this signature in database

View file

@ -1,4 +1,17 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/12/12 14:02:17 by rparodi #+# #+# */
/* Updated: 2025/12/13 13:30:29 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
#include "libasm.h" #include "libasm.h"
#include "_internal_test.h"
#include <errno.h> #include <errno.h>
#include <stddef.h> #include <stddef.h>
#include <string.h> #include <string.h>
@ -7,8 +20,6 @@
#include <fcntl.h> #include <fcntl.h>
#include <stdbool.h> #include <stdbool.h>
typedef void (*t_test_func)(void);
char *strs[] = { char *strs[] = {
"", "",
"a", "a",