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.hfrom@cInclude; it looks useless. - adding a
.gitignorethat excludeszig-outand.zig-cache. - removing
root.zigand the relevant code frombuild.zig, if you don’t plan to also create a DSP library.
2 Likes