style(includes): moving the typedef in header
This commit is contained in:
parent
4e21f64583
commit
bcf210958a
1 changed files with 13 additions and 2 deletions
15
test/main.c
15
test/main.c
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue