bottleros/Userland/SampleCodeModule/shell/commands/change.c

6 lines
83 B
C

#include "system.h"
#include "change.h"
void change() {
sys_switchContext();
}