From 618be81b5c3c5e2b40c44542b4e2285f3733cd7b Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 25 Jan 2022 23:13:29 -0500 Subject: starting to move things around; nothing broken yet seemingly --- 05/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '05/main.c') diff --git a/05/main.c b/05/main.c index 5499d36..4b2e9ba 100644 --- a/05/main.c +++ b/05/main.c @@ -3,4 +3,4 @@ long double d; } (*x)(void); */ -typedef int Foo(struct Bar { int x, y; }*); +typedef int Foo(struct Bar *); -- cgit v1.2.3