- Timestamp:
- 07/10/2017 12:02:05 PM (7 years ago)
- Branches:
- master
- Children:
- 39a696b
- Parents:
- 5fa506d
- Location:
- prolog
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prolog/croot.c
r5fa506d r6262b5c 17 17 #define _FS_DEF_ /* to avoid unnecessary externals */ 18 18 19 #include "biosdefs.h" 20 #include "errno.h" 21 #include "fcntl.h" 22 #include "io.h" 23 #include "stddefs.h" 19 #include "all.h" 24 20 25 21 #define REDIRECT 0 /* non-zero for command line stuff */ … … 165 161 exit(); /* exit in case the application didn't */ 166 162 } 163
Note:
See TracChangeset
for help on using the changeset viewer.