fix contrib/process to work on windows
parent
dbc97028a1
commit
5096d3c5df
|
@ -1,6 +1,7 @@
|
|||
IN: process
|
||||
USING: compiler io io-internals kernel parser generic ;
|
||||
|
||||
LIBRARY: libc
|
||||
FUNCTION: int system ( char* command ) ;
|
||||
|
||||
FUNCTION: void* popen ( char* command, char* type ) ;
|
||||
|
|
Loading…
Reference in New Issue