Skip to content

How you use the header #20

Open
Open
@ThatOSDeveloper

Description

@ThatOSDeveloper

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions