We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the LibDOS wiki!
To build a LibDOS program you must link with the LibDOS library and the SDL2 library:
cc main.c -ldos -lSDL2
This assumes libdos.a is in the system library location (/usr/local/lib).
libdos.a
/usr/local/lib
There was an error while loading. Please reload this page.
Header Files