Update to allocator
This commit is contained in:
parent
b96c5e1e66
commit
c461fe3323
10 changed files with 469 additions and 14 deletions
18
stdme/test/test-skeleton.c
Normal file
18
stdme/test/test-skeleton.c
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* test-skeleton.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/22 15:11:51 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/05/22 15:12:44 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
int do_test(int argc, char **argv);
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
return (do_test(argc, argv));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue