Changes in uspace/app/tester/stdio/stdio1.c [a35b458:4f663f3e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/stdio/stdio1.c
ra35b458 r4f663f3e 41 41 { 42 42 FILE *file; 43 const char *file_name = "/ textdemo";43 const char *file_name = "/demo.txt"; 44 44 45 45 TPRINTF("Open file \"%s\"...", file_name);
Note:
See TracChangeset
for help on using the changeset viewer.