Changeset 50985c34 in mainline for uspace/app/bithenge/test.c
- Timestamp:
- 2012-06-01T00:04:30Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 11b9ad7
- Parents:
- 5c5c346a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bithenge/test.c
r5c5c346a r50985c34 89 89 bithenge_blob_destroy(blob); 90 90 91 bithenge_new_file_blob_from_fd(&blob, 0); 92 printf("Data from fd:0: "); 93 print_blob(blob); 94 bithenge_blob_destroy(blob); 95 91 96 return 0; 92 97 }
Note:
See TracChangeset
for help on using the changeset viewer.