You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/sys/include/ps.h

8 lines
107 B
C

#ifndef __PS_H
#define __PS_H
void thread_print_all(void);
void _ps_handler(char *);
#endif /* __PS_H */