Changeset ee49131 in buchla-68k
- Timestamp:
- 07/08/2017 10:59:47 AM (7 years ago)
- Branches:
- master
- Children:
- 5f714c9
- Parents:
- f7c91fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prolog/croot.c
rf7c91fc ree49131 52 52 */ 53 53 54 exit( code)54 exit() 55 55 { 56 56 (*_clsall)(); /* close all open files */ 57 xtrap15( code); /* return to the BIOS */57 xtrap15(); /* return to the BIOS */ 58 58 } 59 59
Note:
See TracChangeset
for help on using the changeset viewer.