4 Likes
Welcome to ziggit @bihari123
You made a nice example of zig and C interoperability and zig DSP code
Consider the following:
- removing
math.h
from@cInclude
; it looks useless. - adding a
.gitignore
that excludeszig-out
and.zig-cache
. - removing
root.zig
and the relevant code frombuild.zig
, if you don’t plan to also create a DSP library.
2 Likes