i added stdbool.h to gen_driver_[os].inc

 

 

-----Original Message-----
From: pe...@penma.de
To: Discussion mailing list for developers of OSS 
<oss-devel@mailman.opensound.com>
Sent: Sun, Nov 15, 2009 1:11 pm
Subject: Re: [oss-devel] gen_driver_[OS].inc










On Sunday 15 November 2009 19:53:01 demetrioussha...@netscape.net wrote:
> Is there a reason that I should expect to have a problem declaring a
> variable as a bool in this file?

Yes. The fact that C does not, unlike C++, has a "bool" type.

You can just as well use an "int". There is no difference between bool and int
anyway, especially not in C.
_______________________________________________
oss-devel mailing list
oss-devel@mailman.opensound.com
http://mailman.opensound.com/mailman/listinfo/oss-devel



 

_______________________________________________
oss-devel mailing list
oss-devel@mailman.opensound.com
http://mailman.opensound.com/mailman/listinfo/oss-devel

Reply via email to