Wrapping C that uses compiler extensions

simendsjo simen.endsjo at pandavre.com
Fri Mar 4 15:19:06 PST 2011


On 04.03.2011 22:42, "Jérôme M. Berger" wrote:
> int main(string[] args) {
> 	auto s1 =(); // MH MH
> 	auto s2 =(); // OK
> 	s2.c =ull; // OK
> 	return 0;
> }

Is part of your message gone?

 > You can safely ignore the “ATTRIBUTE_FORMAT_FPTR(printf, 4, 5)”.

That I understood :) Thanks!


More information about the Digitalmars-d-learn mailing list