blob: 04b65dc2bf182866af844ad07b8fc2ab8929cf20 [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct {
uint32_t data;
} ExtType;
void consume_ext(ExtType _ext);