Changeset 978ccaf1 in mainline for uspace/app/bithenge/source.c
- Timestamp:
- 2012-06-27T03:35:43Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 600f5d1
- Parents:
- 04a7435f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bithenge/source.c
r04a7435f r978ccaf1 78 78 } 79 79 80 /** Create a node from a source described with a string. For instance, 81 * "hex:55aa" will result in a blob node. If there is no colon in the string, 82 * it is assumed to be a filename. 83 * @param[out] out Stores the created node. 84 * @param source Specifies the node to be created. 85 * @return EOK on success or an error code from errno.h. */ 80 86 int bithenge_node_from_source(bithenge_node_t **out, const char *source) 81 87 {
Note:
See TracChangeset
for help on using the changeset viewer.