Question about translate-c

Howdy, folks. My first post here. I’m trying to get some more information about the translate-c function. I’m writing a graphics library in both C and Zig and want to use it to assist in development and testing. I was wondering if there was any more information or documentation about this feature, or maybe something in the source code, so that I can take a closer look at how it works. I couldn’t find much in the official documentation, so any more information on this will be useful. Thanks.

1 Like

I recommend to read the C Section of the language reference.

Here is the implementation source code.

Great. Thank you!