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