Skip to content
Snippets Groups Projects
Commit 6eeae00c authored by Vanshika Mohan Bongade's avatar Vanshika Mohan Bongade
Browse files

Update Stringfun.c

parent e01b6aac
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@
// TODO: #1 What is the purpose of providing prototypes for
// the functions in this code module
//ANSWER #: Before the functions are implemented, prototypes inform the compiler of their names,
//parameters, and return types, which helps to ensure proper usage.
void usage(char *);
int count_words(char *);
void reverse_string(char *);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment