Fs interal WIP

This commit is contained in:
Maieul BOYER 2024-05-24 16:52:23 +02:00
parent b1cfc0ee71
commit a614195a2e
No known key found for this signature in database
5 changed files with 496 additions and 84 deletions

View file

@ -17,7 +17,7 @@
void me_exit(t_i32 exit_code)
{
close_all_fds();
close_all_slots();
uninit_global_allocator();
exit(exit_code);
}