Skip to content

Adding cross-platform build compatibility.

Peridot requested to merge (removed):main into main

This merge defines the function "strupr" in main.c by including ctype.h, to then use a toupper function. This ensures that any platform can build from source as it explicitly defines the non-standard function.

Merge request reports