Skip to content

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

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

Open
boriszugic opened this issue Oct 21, 2022 · 0 comments

Comments

@boriszugic
Copy link

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.

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