Changeset 4f663f3e in mainline
- Timestamp:
- 2020-06-18T14:18:49Z (9 months ago)
- Branches:
- master
- Children:
- 28a5ebd
- Parents:
- ffccdff0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/stdio/stdio1.c
rffccdff0 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.