You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* 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
|
|
|