Changeset 75061954 in rtems
- Timestamp:
- 05/30/00 14:07:37 (23 years ago)
- Children:
- 6a8700d
- Parents:
- a3f5b6b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libc/error.h
ra3f5b6b r75061954 7 7 #ifndef __RTEMS_ERROR_h 8 8 #define __RTEMS_ERROR_h 9 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 9 13 10 14 /* … … 35 39 extern int rtems_panic_in_progress; 36 40 41 #ifdef __cplusplus 42 } 43 #endif 44 45 37 46 #endif 38 47 /* end of include file */
Note: See TracChangeset
for help on using the changeset viewer.