This commit is contained in:
2025-09-04 11:23:03 +02:00
parent 00268af4fb
commit d57594fc06
24 changed files with 1045 additions and 0 deletions

8
SCR3.1/TP1/Ex2/heap.c Normal file
View File

@@ -0,0 +1,8 @@
#include "helpers.h"
int main(int argc, char **argv)
{
dirty(16 MB);
clean(32 MB);
return interlude();
}