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

add comments to each lib function referring to corresponding client and vice versa #14

Open
nlsandler opened this issue Feb 7, 2024 · 0 comments

Comments

@nlsandler
Copy link
Owner

E.g. in tests/chapter11/valid/long_expressions/long_args_client.c, add a comment:

// defined in tests/chapter11/valid/long_expressions/long_args.c
int test_sum(int a, int b, int c, long d, int e, long f, int g, int h, long i); 

and in tests/chapter11/valid/long_expressions/long_args.c, add a comment:

// called from tests/chapter11/valid/long_expressions/long_args_client.c

Suggested in #5 (review)

@nlsandler nlsandler changed the title add comments from each lib function referring to corresponding client and vice versa add comments to each lib function referring to corresponding client and vice versa Feb 8, 2024
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