<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Macro-Patterns on Void *Pablogs</title><link>https://pablogs.dev/tags/macro-patterns/</link><description>Recent content in Macro-Patterns on Void *Pablogs</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 08 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://pablogs.dev/tags/macro-patterns/index.xml" rel="self" type="application/rss+xml"/><item><title>Type-Safe Wrappers: Macros That Protect Your void*</title><link>https://pablogs.dev/posts/type-safe-wrapper-macros-void-pointer-dynamic-array-c/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>https://pablogs.dev/posts/type-safe-wrapper-macros-void-pointer-dynamic-array-c/</guid><description>Add compile-time type checking to a void* dynamic array in C using preprocessor macros. ARRAY_PUSH, ARRAY_GET, and ARRAY_FOREACH catch size mismatches before they corrupt your data.</description></item></channel></rss>