|
µEvLoop
A fast and lightweight event loop aimed at embedded platforms in C99.
|
Maps elements of an iterator to an area of memory. Each element is assigned to a void pointer slot.
More...

Data Fields | |
| uel_iterator_t * | iterator |
| The iterator that enumerates the elements to be mapped. | |
| void ** | destination |
| The area of memory to where elements will be mapped. | |
| size_t | limit |
| The maximum size of slots to be mapped to. | |
Maps elements of an iterator to an area of memory. Each element is assigned to a void pointer slot.
1.8.17