Changeset 676 for soft/giet_vm/applications/raycast/main.c
- Timestamp:
- Jul 28, 2015, 6:02:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/raycast/main.c
r673 r676 2 2 #include "disp.h" 3 3 #include <stdio.h> 4 #include <malloc.h> 4 5 5 6 // Exported functions … … 10 11 giet_tty_printf("[RAYCAST] entering main()\n"); 11 12 13 heap_init(0, 0); 12 14 dispInit(); 13 15
Note: See TracChangeset
for help on using the changeset viewer.