7 lines
78 B
C
7 lines
78 B
C
#include "ps.h"
|
|
|
|
void _ps_handler(char* unnused) {
|
|
thread_print_all();
|
|
}
|
|
|