Using C library libsndfile with D

tcak via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 25 15:33:41 PDT 2015


On Thursday, 25 June 2015 at 19:54:34 UTC, Ali Çehreli wrote:
> 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

I would expect documentation was to be saying "Added on 2.068" 
somewhere for it.


More information about the Digitalmars-d-learn mailing list