]> gitweb.factorcode.org Git - factor.git/blob - basis/environment/unix/macosx/macosx.factor
add USING:s and rearrange definitions so macosx can compile without parsing c-type...
[factor.git] / basis / environment / unix / macosx / macosx.factor
1 ! Copyright (C) 2008 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: alien.c-types alien.syntax system environment.unix ;
4 IN: environment.unix.macosx
5
6 FUNCTION: void* _NSGetEnviron ( ) ;
7
8 M: macosx environ _NSGetEnviron ;