How to interface to a C struct with volatile variables?

Charles Hixson charleshixsn at earthlink.net
Fri Feb 15 19:54:33 PST 2013


Does D have an equivalent to the C marking of volatile?

Currently I'm just going to try removing all variables from the struct, 
as it's never declared in D or accessed from within D, and I just want 
to avoid cast(void*)s, but I may need to access something like this 
sometime in the future.


More information about the Digitalmars-d-learn mailing list