factor/basis/environment/unix/macosx/macosx.factor

9 lines
252 B
Factor
Raw Normal View History

2008-10-18 22:20:13 -04:00
! Copyright (C) 2008 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: alien.c-types alien.syntax system environment.unix ;
2008-10-18 22:20:13 -04:00
IN: environment.unix.macosx
FUNCTION: void* _NSGetEnviron ( ) ;
M: macosx environ _NSGetEnviron ;