this post was submitted on 08 Feb 2024
34 points (82.7% liked)

Programming Humor

2542 readers
2 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
 
top 1 comments
sorted by: hot top controversial new old
[–] rain_worl 0 points 4 weeks 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;
}