Changeset 784
- Timestamp:
- Feb 8, 2016, 2:59:30 PM (9 years ago)
- File:
-
- 1 edited
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.