Changeset e2ea8d7e in mainline for uspace/app/bdsh/errors.h
- Timestamp:
- 2008-08-27T05:36:12Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b4b7b6
- Parents:
- b510d52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/errors.h
rb510d52 re2ea8d7e 3 3 4 4 /* Various error levels */ 5 #define CL_EFATAL 5 #define CL_EFATAL -1 6 6 #define CL_EOK 0 7 7 #define CL_EFAIL 1 … … 13 13 #define CL_EEXEC 7 14 14 #define CL_EEXISTS 8 15 #define CL_ETOOBIG 9 15 16 16 extern char *err2str(int); 17 /* Just like 'errno' */ 18 extern volatile int cli_errno; 19 17 20 extern void cli_error(int, const char *, ...); 18 extern void cli_verbose(const char *, ...); 21 19 22 #endif
Note:
See TracChangeset
for help on using the changeset viewer.