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

7 lines
95 B
C

#include "libc.h"
#include "shell.h"
#include "clear.h"
void clear() {
winClear();
}