You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: