Changeset 4b374f36 in rtems for testsuites/samples/hello
- Timestamp:
- 08/17/95 19:36:43 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3b438fa
- Parents:
- 556fb911
- Location:
- testsuites/samples/hello
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/samples/hello/init.c
r556fb911 r4b374f36 19 19 * notice must appear in all copies of this file and its derivatives. 20 20 * 21 * $Id$21 * init.c,v 1.2 1995/05/31 17:05:58 joel Exp 22 22 */ 23 23 … … 28 28 #include "gvar.h" 29 29 #include <stdio.h> 30 #include "libcsupport.h"31 32 30 33 31 rtems_task Init( -
testsuites/samples/hello/system.h
r556fb911 r4b374f36 12 12 * notice must appear in all copies of this file and its derivatives. 13 13 * 14 * $Id$14 * system.h,v 1.2 1995/05/31 17:06:00 joel Exp 15 15 */ 16 16 17 17 #include <rtems.h> 18 #include "stdio.h" 18 #include <bsp.h> 19 20 #include <stdio.h> 19 21 20 22 /* Miscellaneous */
Note: See TracChangeset
for help on using the changeset viewer.