Changeset 5c5c346a in mainline for uspace/app/bithenge/test.c
- Timestamp:
- 2012-05-31T04:01:28Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 50985c34
- Parents:
- 4b16422
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bithenge/test.c
r4b16422 r5c5c346a 40 40 #include "blob.h" 41 41 #include "block.h" 42 #include "file.h" 42 43 43 44 static void … … 83 84 bithenge_blob_destroy(blob); 84 85 86 bithenge_new_file_blob(&blob, "/textdemo"); 87 printf("Data from file:/textdemo: "); 88 print_blob(blob); 89 bithenge_blob_destroy(blob); 90 85 91 return 0; 86 92 }
Note:
See TracChangeset
for help on using the changeset viewer.