NetworkManager/shared/nm-std-aux
Thomas Haller b019950eaf
shared: include "stdint.h" in our base headers
While we often use and prefer the glib typedefs (like guint32), there
are places where we want to use the fixed width integer types from C99.

In particular, next we will introduce typedefs like nm_le64_t for
integers in different endianness.

Also, here we are about "nm-std-aux", so the glib typedefs are not
available.

I feel a header like <stdint.h> is such a basic C requirement, that
is should just be available to us everywhere.
2020-09-30 09:49:20 +02:00
..
c-list-util.c all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
c-list-util.h all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
nm-dbus-compat.h all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
nm-std-aux.h shared: include "stdint.h" in our base headers 2020-09-30 09:49:20 +02:00
nm-std-utils.c all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
nm-std-utils.h all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
unaligned.h all: reformat all with new clang-format style 2020-09-28 16:07:51 +02:00