Functions | |
task_t * | get_curr_task () |
Get the current task.
| |
char * | get_pname () |
Return the current task name if there is a curr_task.
|
|
Get the current task.
Definition at line 203 of file task.c.
00204 {
00205 return( curr_task );
00206 }
|
|
Return the current task name if there is a curr_task.
Definition at line 210 of file task.c.
|