Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Create question 2
  • Loading branch information
kitaroghope authored Apr 12, 2018
commit 24c08fee601d94a22f7cbbe6f85c00c1fbf7d063
15 changes: 15 additions & 0 deletions question 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*section 1*/
#ifndef DO_IT_H
#define DO_IT_H
float do_it(char a, char b, char c);
#endif // DO_IT_H

/*section 2*/
#ifndef PRINT_A_NUMBER_H
#define PRINT_A_NUMBER_H
void print_a_number(int x);
#endif // PRINT_A_NUMBER_H

/*section 3*/
The print_msg() function is not supposed to take any arguments but the
main function calls it with a string argument. year