Comments on Linux C programming tutorial Part 28 - Typedefs
In this tutorial - which is part of the ongoing C programming tutorial series - we will discuss the concept of typedef. As the name suggests (think of typedef as type+def), typedef is a C provided facility to define new names for existing data types.
0 Comment(s)
Add comment