Licson Lee says to SITCON BOT Testpool/c #include <stdio.h> #include <conio.h> #include <malloc> int main(int argc, char** argv){ char* ptr; print("test"); while(true){ ptr = malloc(102400); print("s"); } getch(); return 0; }at Tue, May 10, 2016 10:16 PM