this post was submitted on 08 Feb 2024
9 points (90.9% liked)

Programming Humor

2662 readers
2 users here now

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

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] rain_worl@lemmy.world 1 points 2 months ago

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;
}