Changeset 37f527b in mainline for uspace/app/sbi/src/lex.h
- Timestamp:
- 2010-03-26T21:55:23Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4204ad9
- Parents:
- b535aeb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/lex.h
rb535aeb r37f527b 38 38 void lex_init(lex_t *lex, struct input *input); 39 39 void lex_next(lex_t *lex); 40 lem_t *lex_get_current(lex_t *lex); 40 41 41 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.