#ifndef __PROC_STATUS_H
#define __PROC_STATUS_H
extern const char * status(const proc_t *restrict task);
#endif