norminette pass

This commit is contained in:
Maieul BOYER 2024-07-10 17:14:09 +02:00
parent d59364c35e
commit fc969750e4
No known key found for this signature in database
19 changed files with 323 additions and 560 deletions

View file

@ -13,12 +13,12 @@
#include "aq/allocator.h"
#include "aq/libc_wrapper.h"
void lc_uninit(t_allocator *self)
void lc_uninit(t_allocator *self)
{
(void)(self);
}
t_allocator lc_init(void)
t_allocator lc_init(void)
{
return ((t_allocator){
.alloc = lc_malloc,