Revision 1d2886c4342f1631db9d1cef00f7d6703c099340 authored by Simon Urbanek on 08 August 1977, 00:00:00 UTC, committed by Gabor Csardi on 08 August 1977, 00:00:00 UTC
1 parent 9e52fef
Raw File
print.R
print.process <- function(x, ...) cat(paste(" ",class(x)[1],": processID=",x$pid,"\n",sep=''))
back to top