NAME
process	-	get process table entry for a process

SYNOPSIS

process(pid)

DESCRIPTION
Process returns a pointer to a static  block which contains
the entire process table entry for a process as per "/u/sys/proc.h".
this be procedure may be called by others to extract more specific
data about a process.

DIAGNOSTICS
Process returns zero if the process does not exist

