6 lines
94 B
Factor
6 lines
94 B
Factor
|
|
||
|
USING: alien.syntax ;
|
||
|
|
||
|
IN: unix.ffi
|
||
|
|
||
|
FUNCTION: int open ( char* path, int flags, int prot ) ;
|