apple-apis 0.1.0

System bindings for Apple APIs
1
2
3
4
5
6
7
#include <stdint.h>
#include <stdbool.h>

struct ReprCBoolU32 {
	bool val_bool;
	uint32_t val_u32;
};