From 7147ad4ab10b72543b185271da49be6663388be9 Mon Sep 17 00:00:00 2001 From: Shivam Chaudhary Date: Wed, 1 Feb 2023 21:20:10 +0100 Subject: [PATCH] Add file to save information about customerData.txt --- src/_file_information.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/_file_information.h diff --git a/src/_file_information.h b/src/_file_information.h new file mode 100644 index 0000000..1cb5200 --- /dev/null +++ b/src/_file_information.h @@ -0,0 +1,2 @@ +#define MAX_LENGTH 100 +#define CUSTOMER_DATA_FILE "CustomerData.txt" \ No newline at end of file