blob: b3b64c0f19c84bb2f47d6dd4158cca4b73317087 [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
enum IE {
IV,
};
typedef ptrdiff_t IE;
enum UE {
UV,
};
typedef size_t UE;
typedef size_t Usize;
typedef ptrdiff_t Isize;
void root(Usize, Isize, UE, IE);