File: test.h
typedef int* intptr;
struct Point {
int x, y;
};
typedef struct Point* pointptr;
----- test.h ends ---
Nothing generated for both intptr and pointptr. A C_POINTER alias in header class would be useful.
typedef int* intptr;
struct Point {
int x, y;
};
typedef struct Point* pointptr;
----- test.h ends ---
Nothing generated for both intptr and pointptr. A C_POINTER alias in header class would be useful.