ClassicOS/kernel/threading.c

6 lines
87 B
C

#include "threading.h"
void threading_init() {
// Threading initialization code
}