~ashie/blog

c043123b6bc538c67aaec25cd7278768dccd88b1 — Ash a month ago b187954
chore(content): add ziggit link
1 files changed, 3 insertions(+), 0 deletions(-)

M content/blog/my-favorite-way-to-safely-handle-c-structs-in-zig/index.md
M content/blog/my-favorite-way-to-safely-handle-c-structs-in-zig/index.md => content/blog/my-favorite-way-to-safely-handle-c-structs-in-zig/index.md +3 -0
@@ 9,6 9,9 @@ description: >
    C and C has void pointers and other "features", that we'd like to not see
    in our code at all. In this post I show how I handle writing wrappers, that
    ensure type safety and are as simple as possible.
socials: [
    { name: Ziggit, link: "https://ziggit.dev/t/my-favorite-way-to-safely-handle-c-structs-in-zig/6795" },
]
---

# What's FFI and/or C interoperability