Changeset 241f1985 in mainline for uspace/lib/c/include/adt/dyn_array.h
- Timestamp:
- 2019-08-31T10:45:17Z (6 years ago)
- Children:
- 102f641
- Parents:
- f92b315
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-23 22:04:34)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-31 10:45:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/adt/dyn_array.h
rf92b315 r241f1985 41 41 typedef struct { 42 42 /** Data buffer of array */ 43 uint8_t*_data;43 void *_data; 44 44 /** Size on bytes of a single item */ 45 45 size_t _item_size;
Note:
See TracChangeset
for help on using the changeset viewer.