update
This commit is contained in:
12
SCR/SCR2/TP01/ex1bis/huge.c
Normal file
12
SCR/SCR2/TP01/ex1bis/huge.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "helpers.h"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
char *under = malloc(96 KB);
|
||||
randomize(under, 96 KB);
|
||||
|
||||
char *over = malloc(256 KB);
|
||||
randomize(over, 256 KB);
|
||||
|
||||
return interlude();
|
||||
}
|
Reference in New Issue
Block a user