#include "../includes/malloc.h" #include int main(void) { int i; char *addr; i = 0; printf("check"); while (i < 1024) { i++; } return (0); }