```c
struct type_name {
int a;
}
int type_name(int a);```How can I get the function and type from importC? is there a auto rename mechanism ?
Dakota via Digitalmars-d-learn Fri, 02 Aug 2024 22:16:36 -0700
```c
struct type_name {
int a;
}
int type_name(int a);```How can I get the function and type from importC? is there a auto rename mechanism ?