I'm actually trying to get this to compile with a language called Zig which integrates well with C...usually.
Question though: my main function written in Zig is interferring with the dos.h file's main function. I'm curious why the main function exists in the dos.h file and if it is completely necessary?
Is dos-like suppose to take over or own the main method?