- Timestamp:
- Feb 8, 2016, 2:59:30 PM (10 years ago)
- File:
-
- 1 edited
-
soft/giet_vm/applications/shell/shell.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/shell/shell.c
r782 r784 66 66 paths[ptw] = malloc( strlen(argv[1]) ); 67 67 strcpy( paths[ptw] , argv[1] ); 68 69 giet_tty_printf("\n@@@ arg = %s / path = %s\n", argv[1] , paths[ptw] );70 71 68 ptw = (ptw + 1) % FIFO_SIZE; 72 69
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)