os_task_count

uint8_t os_task_count(void);

Returns the number of tasks that have been created.

None

unsigned 8-bit integer representing number of tasks created


uint8_t num_tasks; num_tasks = os_task_count();