ctod icon indicating copy to clipboard operation
ctod copied to clipboard

Automatically translate C code to D

Results 2 ctod issues
Sort by recently updated
recently updated
newest added

Not sure how this happened when converting this file: https://github.com/schveiguy/draylib/blob/acb0b099169d73ac2fc4c11ddf00776bdf0aaa40/raylibc/rtextures.c ![Screenshot 2023-07-23 at 10 02 00 PM](https://github.com/dkorpel/ctod/assets/580778/ad416d7f-d59d-4803-98a0-c3d167b7ae73) All the function calls and the image code is just missing.

preprocessor

In the project I'm working on (raylib), many #defines are specified in a config.h file, and many are specified by the makefile. Some way to distinguish between them would be...

preprocessor