Just a note. Be careful with void* pointers. In D it have a 32bit
length on x86 machines and 64bit length on x86_64 machines.
Probaly in C with different compilers it's may vary.
- best D way to port C style array of void* estew
- Re: best D way to port C style array of void* Steven Schveighoffer
- Re: best D way to port C style array of void... Steven Schveighoffer
- Re: best D way to port C style array of ... estew
- Re: best D way to port C style array... Jacob Carlborg
- Re: best D way to port C style array of void* Michael
