Originally posted by: BingBongWongFooey
Well it's not "_t" itself but foo_t, etc. I have noticed this practice a lot myself. And about the underscores, I was just reading the "good C coding practices" thing on developerworks that got posted to /., and it said that you shouldn't use anything that begins or ends with any number of underscores, as those are often used by "system" libraries or whatever. But then again, so are a lot of other names, so I don't see why those are a special case.