Status: Tags: Links: C Variables
C Typedef
Uses
- Give a name to a datatype
- ex)
typedef int whole_number
- ex)
- Or define new types (bool)
- Usable in whole program Uses
- Completely changing name
- For already existing
- Inline
Backlinks
References:
Created:: 2021-09-22 14:44