Changeset 4b374f36 in rtems for c/src/tests/samples/base_sp
- Timestamp:
- 08/17/95 19:36:43 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3b438fa
- Parents:
- 556fb911
- Location:
- c/src/tests/samples/base_sp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/samples/base_sp/apptask.c
r556fb911 r4b374f36 17 17 * notice must appear in all copies of this file and its derivatives. 18 18 * 19 * $Id$19 * apptask.c,v 1.2 1995/05/31 17:05:28 joel Exp 20 20 */ 21 21 22 22 #include "system.h" 23 #include "libcsupport.h"24 23 25 24 rtems_task Application_task( -
c/src/tests/samples/base_sp/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:05:38 joel Exp 15 15 */ 16 16 17 17 #include <rtems.h> 18 #include "stdio.h" 18 #include <bsp.h> 19 #include <stdio.h> 19 20 20 21 /* Miscellaneous */
Note: See TracChangeset
for help on using the changeset viewer.