matos/userspace/tiny.h
Mathieu Maret 4204087bd1 Implement thread_join
And use it for tinyc implementation
2024-02-16 00:51:07 +01:00

5 lines
45 B
C

#pragma once
void * func_tiny(void *args);