this post was submitted on 08 Jun 2026
486 points (94.8% liked)
Programmer Humor
31814 readers
684 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Where?
In the C programming language. Or do you mean which C project specifically? Because as Technus surmises in their response, it's usually a better idea to set up aliases (
typedefs or heck, even#defines) so that you're offloading some of the mental strain keeping track of the layers, and that's likely to be what happens in production code.But the underlying data type is still
T***.