5 lines
112 B
C
5 lines
112 B
C
#ifndef __PROC_STATUS_H
|
|
#define __PROC_STATUS_H
|
|
extern const char * status(const proc_t *restrict task);
|
|
#endif
|