1#ifndef PROC_STATUS_H
2#define PROC_STATUS_H
3
4#include "procps.h"
5
6EXTERN_C_BEGIN
7
8extern const char * status(const proc_t *restrict task);
9
10EXTERN_C_END
11
12#endif
13