Name: Anonymous 2007-08-26 22:27 ID:FF/bd/VM
learn a real language morans
#include <stdio.h>
int main(int argc, char **argv)
{
int * x;
x = (int *)malloc(sizeof(int));
printf("%d", malloc(x)/malloc(x[0]));
return 0;
}