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