-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Why are function declarations in the header files in /src/?
Solution: Only function prototypes should be in .h files... Remove the declaration, and add it to main.c, leaving only the function prototypes in the header files.
Alternative Solution: Change the .h files to plain old .c files.
Sincerely,
NerdOfCode
Metadata
Metadata
Assignees
Labels
No labels