Changeset 25697163 in mainline for uspace/lib/c/test/dyn_array.c
- Timestamp:
- 2019-10-06T19:47:15Z (6 years ago)
- Children:
- 9559cf8
- Parents:
- 102f641
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-09-06 17:58:36)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-10-06 19:47:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/test/dyn_array.c
r102f641 r25697163 41 41 { 42 42 dyn_array_initialize(&da, data_t); 43 int rc = dyn_array_reserve(&da, 3);43 errno_t rc = dyn_array_reserve(&da, 3); 44 44 assert(rc == EOK); 45 45 }
Note:
See TracChangeset
for help on using the changeset viewer.