importC with struct name and function conflict

Dakota dakota at gmail.com
Sat Aug 3 05:10:37 UTC 2024


```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 ?


More information about the Digitalmars-d-learn mailing list