Changeset 0784869 in mainline for uspace/lib/bithenge/expression.c
- Timestamp:
- 2012-08-20T17:32:00Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1f136a27
- Parents:
- 1a3b953
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/expression.c
r1a3b953 r0784869 530 530 }; 531 531 532 /** Create an expression that gets a member from one of the current nodes being 533 * created. It searches from the current scope outwards, stopping at barrier 534 * scopes. 535 * @param[out] out Holds the new expression. 536 * @param key The key to search for in nodes being created. 537 * @return EOK on success or an error code from errno.h. */ 532 538 int bithenge_scope_member_expression(bithenge_expression_t **out, 533 539 bithenge_node_t *key)
Note:
See TracChangeset
for help on using the changeset viewer.