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.
- Host: GitHub
- URL: https://github.com/malespiaut/zig_c_mixture
- Owner: malespiaut
- License: unlicense
- Created: 2023-06-30T07:05:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T00:29:03.000Z (over 2 years ago)
- Last Synced: 2025-03-23T20:45:59.097Z (over 1 year ago)
- Topics: c, c-interop, zig, zig-interop
- Language: Zig
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.