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

Programming Humor

2619 readers
898 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
[–] [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;
}