pike.git
/
NT
/
tools
/
sprshd
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/NT/tools/sprshd:91:
"stdin":io, "stdout":p2, "stderr":p2, "cwd":dir, ])); }; if(!err) {
-
#if !constant(
Process
.PROP_IPC)
+
#if !constant(
Stdio
.PROP_IPC)
thread_create(monitor,p2,p); #endif while(1) { string s=pi->read(1000,1); if(!s || !strlen(s)) break; io->write(sprintf("%4c%s",strlen(s),s)); } io->write(sprintf("%4c",0));