diff options
author | B Stack <bgstack15@gmail.com> | 2019-08-25 23:04:24 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-08-25 23:04:24 -0400 |
commit | da08171e0c65e278feeb8393b5a8f7e79ea491c9 (patch) | |
tree | 728fd5de284626349bc9e9f5f48f30a83e0efc10 /math.h | |
parent | initial commit (diff) | |
download | cpp-da08171e0c65e278feeb8393b5a8f7e79ea491c9.tar.gz cpp-da08171e0c65e278feeb8393b5a8f7e79ea491c9.tar.bz2 cpp-da08171e0c65e278feeb8393b5a8f7e79ea491c9.zip |
Improved the makefile for multifile project, including header files.
Diffstat (limited to 'math.h')
-rw-r--r-- | math.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#ifndef MATH9385 +#define MATH9385 +int getNumberFromUser() ; +int doubleNumber(int x) ; + +#endif |