summaryrefslogtreecommitdiff
path: root/zola/content/articles
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2025-08-15 15:16:40 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2025-08-15 15:16:40 -0300
commite44bf0c2c4327ef37db7d25709c1a653cfb3eac6 (patch)
treeccecb425e1bce1d74a85c41e39832d1584d5f54d /zola/content/articles
parentcc3e81362efa90e74cc5917693f7c7df1d5a4d3c (diff)
downloadndato.com-e44bf0c2c4327ef37db7d25709c1a653cfb3eac6.tar.gz
improving design. changing from Solarized to Selenized, and more
Diffstat (limited to 'zola/content/articles')
-rw-r--r--zola/content/articles/typedef-or-not.md1
1 files changed, 1 insertions, 0 deletions
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;