#ifndef TASKING_H #define TASKING_H void yield(); void createTask(void* task); #endif