An open API service indexing awesome lists of open source software.

https://github.com/malespiaut/zig_c_mixture

Minimal working example of mixing Zig with C code.
https://github.com/malespiaut/zig_c_mixture

c c-interop zig zig-interop

Last synced: about 2 months ago
JSON representation

Minimal working example of mixing Zig with C code.

Awesome Lists containing this project

README

          

# Zig and C mixture

This repo contains a minimal working example, of a Zig program that also contains C files.

This is meant to show and teach you how can Zig code can call C code, and vice versa.