Using typedef to Curb Miscreant Code October 8, 2003 typedef declaration, or a typedef for short, creates a new name for an existing type. As such, it is often used in writing more aesthetic and readable code. Aesthetics not