Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2009-02-06 18:41:11 -06:00
commit a1fe951e4f
1 changed files with 1 additions and 3 deletions

View File

@ -2,12 +2,10 @@
! Copyright (C) 2007, 2008 Slava Pestov
! Copyright (C) 2007, 2008 Doug Coleman
! See http://factorcode.org/license.txt for BSD license.
USING: alien alien.syntax assocs continuations destructors
USING: alien assocs continuations destructors
kernel namespaces accessors sets summary ;
IN: libc
LIBRARY: factor
: errno ( -- int )
"int" "factor" "err_no" { } alien-invoke ;