Changeset 4067f7f in rtems for testsuites/samples/iostream
- Timestamp:
- 06/02/10 04:38:49 (12 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- d7efb820
- Parents:
- 8502b16
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/samples/iostream/init.cc
r8502b16 r4067f7f 21 21 */ 22 22 23 extern "C" {24 25 23 #define CONFIGURE_INIT 26 24 #include "system.h" 27 }28 25 29 26 #if BSP_SMALL_MEMORY … … 34 31 35 32 #include <stdlib.h> 36 37 33 38 34 rtems_task Init(
Note: See TracChangeset
for help on using the changeset viewer.