On Wednesday, January 02, 2013 15:06:24 H. S. Teoh wrote: > All extern(C) functions must be @system by default. It makes no sense to > allow a @safe extern(C) function, since there is no way for the compiler > to verify anything at all. The best you can do is @trusted. Agreed. And @trusted is seriously questionable. - Jonathan M Davis