You must log in or register to comment.
handy c port
char penis[] = "penis"; #define NULL &penis //yes, this is inside of a function. if (found_start) { return data_so_far; } else { return NULL; }
handy c port
char penis[] = "penis";
#define NULL &penis
//yes, this is inside of a function.
if (found_start) {
return data_so_far;
} else {
return NULL;
}