From c4b15b98bbba3a95014c877ed6bc86906c88f368 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 18 Jan 2022 16:29:48 -0500 Subject: start typedefs --- 05/main.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '05/main.c') diff --git a/05/main.c b/05/main.c index 313487e..23ca650 100644 --- a/05/main.c +++ b/05/main.c @@ -1,6 +1 @@ -/* +*"hello" */ -/* *"hello"+3 */ -/* 3+4+5 */ -/* 3+=4+=5*=6>>=7 */ -/* "hello"+=7 */ -5*(4<<8)-2-"hello"[3/4] +typedef int x; -- cgit v1.2.3