this post was submitted on 08 Feb 2024
36 points (84.6% liked)

Programming Humor

2643 readers
286 users here now

Related Communities [email protected] [email protected] [email protected] [email protected]

Other Programming Communities [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 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;
}