this post was submitted on 28 Nov 2023
583 points (97.6% liked)

Programmer Humor

37634 readers
412 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] sgh@lemmy.ml 3 points 2 years ago* (last edited 2 years ago)

Standard C does not have typeof. That's just a compiler extension...

Also the equivalent of typeof is most likely decltype or auto.