importC error: can not find the #define ERR_INVALID -1

Dakota dakota at gmail.com
Sat Aug 3 05:07:55 UTC 2024


```c
#define ERR_SUCCESS 0
#define ERR_INVALID -1   // invalid argument
```

If the number >=0, it work.  < 0 will not work.

DMD64 D Compiler v2.110.0-beta.1


More information about the Digitalmars-d-learn mailing list