-
Notifications
You must be signed in to change notification settings - Fork 0
quitdos
xiphiasnonus edited this page Mar 22, 2021
·
1 revision
Function Shut down LibDOS.
Syntax void quitdos(void);
Prototype in dos.h
Return value None.
See also initdos
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.