From dde37c31a72f4773e95faf8223ef450440bdb62c Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Sun, 17 Jan 2021 12:57:21 -0600 Subject: get rid of that trash --- csci4061/091420_breakout/address.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 csci4061/091420_breakout/address.c (limited to 'csci4061/091420_breakout/address.c') diff --git a/csci4061/091420_breakout/address.c b/csci4061/091420_breakout/address.c deleted file mode 100644 index 3f36f70..0000000 --- a/csci4061/091420_breakout/address.c +++ /dev/null @@ -1,15 +0,0 @@ -#include "include/main.h" -#include "include/address.h" - -/* - * Write getAddress function - * void getAddress(char * address); - * Prints a prompt "Enter your address: " to get an address, - * Reads in the user's address - */ - -void getAddress(char * address) { - printf("Enter your address: "); - fgets(address, maxLen, stdin); - fflush(stdin); -} \ No newline at end of file -- cgit v1.2.3