Alex Khouderchah fef484babd libqrtr: Use size_t for offsets
Currently, offsetof produces an unsigned long, while qmi_elem_info's
offset member is a uint32_t. Since this is not the same type on all
platforms, this change uses a size_t for both. stddef.h is also
included for the standard offsetof definition, which also produces a
size_t.

This change also makes similar modifications to list.h.
2020-09-28 10:18:59 -05:00
2020-09-28 10:18:59 -05:00
2020-09-28 10:18:59 -05:00
2017-03-27 23:22:15 -07:00
2020-02-03 09:17:15 -08:00
2015-12-04 13:23:53 -08:00
2017-06-06 21:49:30 -07:00
Description
No description provided
BSD-3-Clause 247 KiB
Languages
C 86.8%
Python 5.9%
Shell 5.3%
Meson 2%