Skip to content

quitdos

xiphiasnonus edited this page Mar 22, 2021 · 1 revision

Function   Shut down LibDOS.

Syntaxvoid quitdos(void);

Prototype in   dos.h

Return value   None.

See alsoinitdos

Remarks

initdos shuts down LibDOS and terminates your program. initdos is called automatically when the program's window is closed or on receiving a quit event (like ⌘Q on Mac), so calling this is optional.

Header Files

Clone this wiki locally