From e44bf0c2c4327ef37db7d25709c1a653cfb3eac6 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Fri, 15 Aug 2025 15:16:40 -0300 Subject: improving design. changing from Solarized to Selenized, and more --- zola/content/articles/typedef-or-not.md | 1 + 1 file changed, 1 insertion(+) (limited to 'zola/content/articles') diff --git a/zola/content/articles/typedef-or-not.md b/zola/content/articles/typedef-or-not.md index 8a70f77..7188263 100644 --- a/zola/content/articles/typedef-or-not.md +++ b/zola/content/articles/typedef-or-not.md @@ -20,6 +20,7 @@ Using *typedef* allows us to rename a data type, and I follow these ideas: ```C /* The .h file */ + struct position { int x; int y; -- cgit v1.2.3