Hi,
The defcvar example: CFFI> (defcvar ("errno" +error-number+) :int :read-only t) in the manual should be: CFFi> (defcvar ("errno" +error-number+ :read-only t) :int)
On Tue, May 12, 2009 at 2:04 PM, Tobias Rautenkranz tobias@rautenkranz.ch wrote:
The defcvar example: CFFI> (defcvar ("errno" +error-number+) :int :read-only t) in the manual should be: CFFi> (defcvar ("errno" +error-number+ :read-only t) :int)
Thanks for the report. Should be fixed now.