]> gitweb.factorcode.org Git - factor.git/blob - basis/environment/unix/macosx/macosx.factor
Switch to https urls
[factor.git] / basis / environment / unix / macosx / macosx.factor
1 ! Copyright (C) 2008 Doug Coleman.
2 ! See https://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 ;