update
This commit is contained in:
10
SCR/SCR2/TP01/ex1bis/buf.c
Normal file
10
SCR/SCR2/TP01/ex1bis/buf.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "helpers.h"
|
||||
|
||||
static char buf1[8 MB] = {0};
|
||||
static char buf2[16 MB] = {0};
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
randomize(buf2, 16 MB);
|
||||
return interlude();
|
||||
}
|
Reference in New Issue
Block a user