Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Adding types comply with good programming practice #134

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

zeroCrowsky
Copy link

It is recommended not to use the suffix _t 'because it is reserved by
the POSIX standard for defining type aliases (potential conflict)

xxx_e : typedef enum
xxx_u : typedef union
xxx_s : typedef struct
xxx_a : array
xxx_f : function
xxx_p : primitive type

It is recommended not to use the suffix _t 'because it is reserved by
the POSIX standard for defining type aliases

xxx_e : typedef enum
xxx_u : typedef union
xxx_s : typedef struct
xxx_a : array
xxx_f  : function
xxx_p : primitive type
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants