summaryrefslogtreecommitdiff
path: root/include/system/inttypes.h
blob: a35b009045ea4a59333aedd5e52e9c4c046bba61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: BSD-2-Clause-Patent
#ifdef SHIM_UNIT_TEST
#include_next <inttypes.h>
#else
#ifndef _INTTYPES_H
#define _INTTYPES_H

#include <stddef.h>
#include <stdint.h>

#endif /* !INTTYPES_H_ */
#endif
// vim:fenc=utf-8:tw=75:noet