Using glibc headers with ImportC

qua quanrong1 at 1mailbox1.org1removethe1s
Sat Nov 12 13:46:27 UTC 2022


This is supposed to work, right?

```
import stdio;

void main() {
   printf("Hello, World!\n");
}
```


In my case, DMD complains of not being able to read `stdio.d`. 
What am I doing wrong? I'm not using any compiler switch.



More information about the Digitalmars-d-learn mailing list