Using C library libsndfile with D

Ali Çehreli via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 25 12:54:33 PDT 2015


On 06/25/2015 12:51 PM, bachmeier wrote:

>>   pragma(lib, "sndfile");
>>
>
> This is the first time I've heard of pragma(lib). It's a nice feature
> that should be added to the compiler documentation.

They are all here:

   http://dlang.org/pragma.html

pragma(inline) is the latest, which will be available in 2.068.

Ali



More information about the Digitalmars-d-learn mailing list