diff options
| author | Asahel <[email protected]> | 2024-01-29 16:19:29 -0800 |
|---|---|---|
| committer | Asahel <[email protected]> | 2024-01-29 16:19:29 -0800 |
| commit | 3574cca5db98daa5264ea07d901fd366d07119ce (patch) | |
| tree | 0165d863c7b745e298f4a05c758cbada99861776 /Homework2/Header.h | |
| parent | add deadline (diff) | |
| download | homework-2-asahellt-3574cca5db98daa5264ea07d901fd366d07119ce.tar.xz homework-2-asahellt-3574cca5db98daa5264ea07d901fd366d07119ce.zip | |
Spacing and headers
Diffstat (limited to 'Homework2/Header.h')
| -rw-r--r-- | Homework2/Header.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Homework2/Header.h b/Homework2/Header.h new file mode 100644 index 0000000..a5e1d8b --- /dev/null +++ b/Homework2/Header.h @@ -0,0 +1,11 @@ + +#ifndef MY_HEADER_FILE_H +#define MY_HEADER_FILE_H + +int returnInt(); + +int sum(int a, int b); + +float FtoC(int fah); + +float CtoF(int cel);
\ No newline at end of file |