Skip to content

Separate functions declarations from implementations and those from main() #5

@boriszugic

Description

@boriszugic

Hi limingth,

Instead of having one c.file with function declarations and implementations, and your main function, I would like to declare your functions in a separate .h file and document each one, then include them in your .c file that contains their implementations. Furthermore, I want to have a separate .c file for testing the functions.

Please let me know your thoughts.

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