What does a type followed by _t (underscore-t) represent?

This seems like a simple question, but I can’t find it with the Stack Overflow search or Google. What does a type followed by a _t mean? Such as

int_t anInt;

I see it a lot in C code meant to deal closely with hardware—I can’t help but think that they’re related.

10 Answers
10

Leave a Comment