procps/proc/status.h

5 lines
90 B
C
Raw Normal View History

2002-02-02 04:17:29 +05:30
#ifndef __PROC_STATUS_H
#define __PROC_STATUS_H
extern char *status(proc_t* task);
#endif