#include "helpers.h" #include int main (int argc, char **argv) { char buf[1 MB]; printf("@ = %p\n",buf); randomize(buf, 1 MB); return interlude(); }