Sign in
pigweed
/
third_party
/
github
/
nanopb
/
nanopb
/
32ec5264b7748d2dfed55f46811a975757d5e0ce
/
.
/
tests
/
without_64bit
/
no_64bit_syshdr.h
blob: 970178ff8a1487e82ca046dfde857b768cf9f9a7 [
file
] [
log
] [
blame
]
/* This wrapper undefines (u)int64_t */
#ifdef
PB_OLD_SYSHDR
#include
PB_OLD_SYSHDR
#else
#include
<stdint.h>
#include
<stddef.h>
#include
<stdbool.h>
#include
<string.h>
#endif
#define
uint64_t
disabled_uint64_t
#define
int64_t
disabled_int64_t