-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Description
The header is used improperly, first put all the code in the header into a new C file then compile it with your C compiler with both source files and then in the header make it #ifndef (HEADERNAME_H) #define (HEADERNAME_H) (function return type with whatever else) #endif, this should make it more clean and clear.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels