From 89ec8373bb3b9a18c7ab8dde76c66dc17fc04cbf Mon Sep 17 00:00:00 2001 From: JacobAKnox <91796123+JacobAKnox@users.noreply.github.com> Date: Sat, 30 Oct 2021 10:17:32 -0700 Subject: 10b complete --- 10b/10.8.7/header.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 10b/10.8.7/header.h (limited to '10b/10.8.7/header.h') diff --git a/10b/10.8.7/header.h b/10b/10.8.7/header.h new file mode 100644 index 0000000..8a52867 --- /dev/null +++ b/10b/10.8.7/header.h @@ -0,0 +1,4 @@ +#pragma once + +void GetInput(char[], char[], int&); +bool Compare(char[], char[], int); \ No newline at end of file -- cgit v1.2.3