<?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>Memcpy on Void *Pablogs</title><link>https://pablogs.dev/tags/memcpy/</link><description>Recent content in Memcpy on Void *Pablogs</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 03 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://pablogs.dev/tags/memcpy/index.xml" rel="self" type="application/rss+xml"/><item><title>Type Erasure: Generic Arrays with void* and memcpy</title><link>https://pablogs.dev/posts/type-erasure-generic-array-void-pointer-memcpy-c/</link><pubDate>Wed, 03 Jun 2026 00:00:00 +0000</pubDate><guid>https://pablogs.dev/posts/type-erasure-generic-array-void-pointer-memcpy-c/</guid><description>Build a single dynamic array in C that stores any type — int, double, or struct — using void*, memcpy, and element_size pointer arithmetic.</description></item></channel></rss>