Skip to content

macro KFR_OPAQUE_STRUCT capi

KFR_OPAQUE_STRUCT(NAME)                                                                              \
    typedef struct NAME                                                                                      \
    {                                                                                                        \
int opaque;                                                                                          \
    } NAME;

Defined at capi.h:145