Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C by elf ( 15 years ago )
har* f() {
char buf[100];
strcpy(buf, "TEST”);
return buf;
}
int main() {
char* s = f();
/* (1) */
printf("%sn", s);
}
Revise this Paste