Linking with FFmpeg
    Johannes Pfau 
    nospam at example.com
       
    Sun Jan  6 04:38:16 PST 2013
    
    
  
Am Sun, 06 Jan 2013 12:51:33 +0100
schrieb "bearophile" <bearophileHUGS at lycos.com>:
> MrOrdinaire:
> 
> > I cannot find "cint_t" nor "cint" in the d standard modules 
> > (mine are at /usr/include/d/).
> 
> I don't remember the correct name.
> 
Are you sure about c_int? I never heard of that before, I only know
c_long and c_ulong (in core.stdc.config).
http://dlang.org/interfaceToC.html
also says C int is the same as D int.
    
    
More information about the Digitalmars-d-learn
mailing list