tom cat program in zig

4 Likes

Welcome to ziggit @bihari123

You made a nice example of zig and C interoperability and zig DSP code :slight_smile:

Consider the following:

  • removing math.h from @cInclude; it looks useless.
  • adding a .gitignore that excludes zig-out and .zig-cache.
  • removing root.zig and the relevant code from build.zig, if you don’t plan to also create a DSP library.
2 Likes