From 0e5606dad1d2d4c06695ce009986a34905ac9313 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Tue, 27 Feb 2024 20:27:15 +0000 Subject: Tue, Feb 27, 2024, 12:27 PM -08:00 --- wk4/lect/compare.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wk4/lect') diff --git a/wk4/lect/compare.c b/wk4/lect/compare.c index 266ad89..98ee8c2 100644 --- a/wk4/lect/compare.c +++ b/wk4/lect/compare.c @@ -6,8 +6,8 @@ int main(void) { - string s = get_string("s: "); - string t = get_string("t: "); + char *s = get_string("s: "); + char *t = get_string("t: "); if (s==t) { -- cgit v1.2.3