procps/proc/status.h

5 lines
112 B
C
Raw Normal View History

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