procps/proc/status.h
2002-12-08 18:56:05 +00:00

5 lines
112 B
C

#ifndef __PROC_STATUS_H
#define __PROC_STATUS_H
extern const char * status(const proc_t *restrict task);
#endif