blob: 1529006ba3be367bad9cfde098d87ff1025304c6 [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct {
uint32_t data;
} ExtType;
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
void consume_ext(ExtType _ext);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus