1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-09 08:56:15 +00:00
debugging/03_day/check-0.10.0/cmake/check_stdint.h.in
2015-12-13 22:34:58 +09:00

7 lines
117 B
C

#ifndef _CHECK_CHECK_STDINT_H
#define _CHECK_CHECK_STDINT_H 1
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#endif