From 9695ea005d4af93dcd60f74f10fd3c54499a182f Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Thu, 11 Nov 2021 16:31:58 -0800 Subject: chore: split up base library into individual files for smaller binaries --- sys/libfmt/test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/libfmt/test.c') diff --git a/sys/libfmt/test.c b/sys/libfmt/test.c index abe1d64..d81a62e 100644 --- a/sys/libfmt/test.c +++ b/sys/libfmt/test.c @@ -3,8 +3,7 @@ #include #include -typedef -struct Complex +typedef struct Complex { double r, i; } Complex; -- cgit v1.2.1