The source project of this merge request has been removed.
Adding cross-platform build compatibility.
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.