Made a memory allocator (crude)
This commit is contained in:
parent
b5c7344851
commit
941bac31b6
53 changed files with 469 additions and 146 deletions
20
stdme/include/me/quit.h
Normal file
20
stdme/include/me/quit.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* quit.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/07 12:54:50 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/05/07 12:55:08 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef QUIT_H
|
||||
#define QUIT_H
|
||||
|
||||
#include "me/types.h"
|
||||
|
||||
void quit(t_i32 exit_code);
|
||||
|
||||
#endif /* QUIT_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue