From 9d42e0f3d2c2aaebc301ca24f9e36fbfb56e9b4f Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Wed, 26 Feb 2025 10:19:54 -0300 Subject: adding a music list --- zola/content/articles/safer-pointers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zola/content/articles/safer-pointers.md') diff --git a/zola/content/articles/safer-pointers.md b/zola/content/articles/safer-pointers.md index bbefdad..1a1b55e 100644 --- a/zola/content/articles/safer-pointers.md +++ b/zola/content/articles/safer-pointers.md @@ -5,7 +5,6 @@ date = 2024-11-26 authors = ["Nicolás Dato"] [taxonomies] -Categories=["Software Development"] Tags=["C", "Patterns", "Pointers"] +++ @@ -21,6 +20,7 @@ To reduce errors, and make them safer to use, I propose the following 4 tips: 4. Every time a pointer is passed to another function, deciding who *owns* the pointer ### Example + ```C #include #include -- cgit v1.2.3