summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/inttypes.h
blob: a2378579a1422eaf21aa44132acf5c1ddcfb0a51 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __wasilibc_inttypes_h
#define __wasilibc_inttypes_h

/*
 * Include the real implementation, which is factored into a separate file so
 * that it can be reused by other libc stdlib implementations.
 */
#include <__header_inttypes.h>

#endif