Seth, can you try compiling this tiny piece of code?

(FFI:CLINES "
long long lseek64(int a, long long b, int c)
{
return 0;
}
")

(FFI:C-INLINE (1 2 1)
             (:INT :LONG-LONG :INT)
             :LONG-LONG
             "lseek64(#0,#1,#2)"
             :ONE-LINER
             T
             :SIDE-EFFECTS
             T)

Juanjo

-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Ecls-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to