From 8d87032e46b2871b53e40e2d4bd70efe06dd43c3 Mon Sep 17 00:00:00 2001 From: Shivam Chaudhary Date: Tue, 24 Jan 2023 20:53:43 +0100 Subject: [PATCH] Create withdrawMoney.h --- src/withdrawMoney.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/withdrawMoney.h diff --git a/src/withdrawMoney.h b/src/withdrawMoney.h new file mode 100644 index 0000000..a109150 --- /dev/null +++ b/src/withdrawMoney.h @@ -0,0 +1,4 @@ +#include + +void withdraw(); +void initiateWithdraw(float amountToWithdraw, float availableAccountBalance); \ No newline at end of file