fix contrib/process to work on windows

erg 2006-10-07 00:24:40 +00:00
parent dbc97028a1
commit 5096d3c5df
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
IN: process IN: process
USING: compiler io io-internals kernel parser generic ; USING: compiler io io-internals kernel parser generic ;
LIBRARY: libc
FUNCTION: int system ( char* command ) ; FUNCTION: int system ( char* command ) ;
FUNCTION: void* popen ( char* command, char* type ) ; FUNCTION: void* popen ( char* command, char* type ) ;