9 lines
150 B
C
9 lines
150 B
C
#include <test_threads.h>
|
|
#include <test_helper.h>
|
|
#include <spawn/spawn.h>
|
|
|
|
void do_test_threads(void) {
|
|
debug_printf("[do_test_threads]\n");
|
|
}
|
|
|