normed the stdme headers

This commit is contained in:
Maieul BOYER 2024-07-11 19:01:59 +02:00
parent 79e039c94a
commit 398dd520d0
No known key found for this signature in database
84 changed files with 297 additions and 2819 deletions

View file

@ -11,11 +11,11 @@
/* ************************************************************************** */
#ifndef _ALLOCATOR_H
#define _ALLOCATOR_H
# define _ALLOCATOR_H
#include "aq/allocator.h"
# include "aq/allocator.h"
t_allocator *global_allocator(void);
void uninit_global_allocator(void);
t_allocator *global_allocator(void);
void uninit_global_allocator(void);
#endif /* _ALLOCATOR_H */