procps/proc/status.h

13 lines
161 B
C
Raw Normal View History

2002-12-09 07:00:07 +00:00
#ifndef PROC_STATUS_H
#define PROC_STATUS_H
#include "procps.h"
EXTERN_C_BEGIN
2002-12-08 18:56:05 +00:00
extern const char * status(const proc_t *restrict task);
2002-12-09 07:00:07 +00:00
EXTERN_C_END
2002-02-01 22:47:29 +00:00
#endif