Changeset 46577995 in mainline for uspace/app/bdsh/test/toktest.c
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
-
uspace/app/bdsh/test/toktest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/test/toktest.c
rfacacc71 r46577995 46 46 str_cpy(input_buffer, MAX_INPUT, input); 47 47 48 int rc = tok_init(&tokenizer, input_buffer, tokens, MAX_TOKENS);48 errno_t rc = tok_init(&tokenizer, input_buffer, tokens, MAX_TOKENS); 49 49 PCUT_ASSERT_ERRNO_VAL(EOK, rc); 50 50
Note:
See TracChangeset
for help on using the changeset viewer.
