diff options
Diffstat (limited to 'mod_10b/source.h')
| -rw-r--r-- | mod_10b/source.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/mod_10b/source.h b/mod_10b/source.h index 8e83f89..fe51602 100644 --- a/mod_10b/source.h +++ b/mod_10b/source.h @@ -1 +1,12 @@ -header + +#include <iostream> //For cout +#include <cstring> //For the string functions + +using namespace std; + +int main(); +void getFullName(char&, char&, char&); + + + + |