You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
enum opaque_enum;
|
|
struct opaque_struct;
|
|
|
|
typedef enum opaque_enum opaque_enum;
|
|
typedef struct opaque_struct opaque_struct;
|
|
|
|
void
|
|
fn(opaque_struct *, opaque_enum *e);
|