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;
}
Related Communities !programmerhumor@lemmy.ml !programmer_humor@programming.dev !programmerhumor@kbin.social !programming_horror@programming.dev
Other Programming Communities !programming@beehaw.org !programming@programming.dev !programming@lemmy.ml !programming@kbin.social !learn_programming@programming.dev !functional_programming@programming.dev !embedded_prog@lemmy.ml
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;
}