Changeset f8cbe2c3 in mainline
- Timestamp:
- 2012-09-04T09:25:24Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- baeeee2
- Parents:
- ca4c6ec1
- Location:
- uspace
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/msim/arch_helenos/input.c
rca4c6ec1 rf8cbe2c3 38 38 #include <tinput.h> 39 39 #include <errno.h> 40 #include <stdlib.h> 40 41 41 42 static tinput_t *input_prompt; -
uspace/app/msim/arch_helenos/misc.c
rca4c6ec1 rf8cbe2c3 44 44 #include <ctype.h> 45 45 #include <stdio.h> 46 #include <stdlib.h> 46 47 47 48 /* Define when the dprinter device shall try to filter -
uspace/lib/posix/include/posix/stdlib.h
rca4c6ec1 rf8cbe2c3 50 50 #define _Exit exit 51 51 extern int posix_atexit(void (*func)(void)); 52 extern void exit(int status); 52 53 53 54 /* Absolute Value */
Note:
See TracChangeset
for help on using the changeset viewer.