1 2 3 4
/* Copyright (c) 2020 Johannes Stoelp */ extern "C" void thread_create(); extern "C" void yield(const void* new_stack, void* const* old_stack);