Function pros_sys::rtos::task_get_name

source ·
pub unsafe extern "C" fn task_get_name(task: task_t) -> *const c_char
Expand description

Gets the name of the specified task.

\param task The task to check

\return A pointer to the name of the task