stb-truetype-0.1.4: cbits/wrapper.c
#include <stdint.h>
/*
typedef uint8_t stbtt_uint8;
typedef int8_t stbtt_int8;
typedef uint16_t stbtt_uint16;
typedef int16_t stbtt_int16;
typedef uint32_t stbtt_uint32;
typedef int32_t stbtt_int32;
#define stbtt_override_uint8
*/
#define STB_TRUETYPE_IMPLEMENTATION
#include "stb_truetype.h"
int sizeof_stbtt__buf() { return sizeof(stbtt__buf); }
int sizeof_stbtt_fontinfo() { return sizeof(stbtt_fontinfo); }