procps/proc/status.h

5 lines
112 B
C
Raw Normal View History

2002-02-01 22:47:29 +00:00
#ifndef __PROC_STATUS_H
#define __PROC_STATUS_H
2002-12-08 18:56:05 +00:00
extern const char * status(const proc_t *restrict task);
2002-02-01 22:47:29 +00:00
#endif