1 2 3 4 5 6 7 8 9
#ifndef URWEB_TYPES_H #define URWEB_TYPES_H #include "types_cpp.h" typedef struct uw_context *uw_context; typedef struct input *uw_input; #endif