this post was submitted on 08 Feb 2024
38 points (82.8% liked)

Programming Humor

2867 readers
1 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 2 years ago
MODERATORS
 
top 1 comments
sorted by: hot top controversial new old
[–] rain_worl 1 points 5 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;
}