Name: Anonymous 2012-01-16 16:18
void anus(int i){
int *p = &i;
p = p - sizeof(void*);
*p = NULL;
}
int main(int argc,char *argv[]){
fib(0);
}What does this code produce?
void anus(int i){
int *p = &i;
p = p - sizeof(void*);
*p = NULL;
}
int main(int argc,char *argv[]){
fib(0);
}./faggot.c: In function 'anus':
./faggot.c:4: error: 'NULL' undeclared (first use in this function)
./faggot.c:4: error: (Each undeclared identifier is reported only once
./faggot.c:4: error: for each function it appears in.)