factor/basis/core-text/utilities/utilities.factor

10 lines
288 B
Factor
Raw Normal View History

! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
2009-02-01 00:09:56 -05:00
USING: words parser alien alien.c-types kernel fry accessors ;
IN: core-text.utilities
SYNTAX: C-GLOBAL:
CREATE-WORD
dup name>> '[ _ f dlsym *void* ]
(( -- value )) define-declared ;