Closed
Description
I presume you have a lot of coding experience. I don't know why but you append all the names of your structures with _t, example:
enum MetaCommandResult_t {
META_COMMAND_SUCCESS,
META_COMMAND_UNRECOGNIZED_COMMAND
};
typedef enum MetaCommandResult_t MetaCommandResult;
and then later redefine it.
Is there any advantage to doing this?
Metadata
Metadata
Assignees
Labels
No labels