Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How you use the header #20

Open
ThatOSDeveloper opened this issue May 18, 2024 · 0 comments
Open

How you use the header #20

ThatOSDeveloper opened this issue May 18, 2024 · 0 comments

Comments

@ThatOSDeveloper
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant