procps/proc/status.h

13 lines
161 B
C
Raw Normal View History

2002-12-09 12:30:07 +05:30
#ifndef PROC_STATUS_H
#define PROC_STATUS_H
#include "procps.h"
EXTERN_C_BEGIN
2002-12-09 00:26:05 +05:30
extern const char * status(const proc_t *restrict task);
2002-12-09 12:30:07 +05:30
EXTERN_C_END
2002-02-02 04:17:29 +05:30
#endif