bottleros/Userland/SampleCodeModule/shell/include/nice.h

11 lines
136 B
C

#ifndef NICE_LIB
#define NICE_LIB
#include "libc.h"
#include "system.h"
#define MAX_LEN 10
void nice(int argc, char *argv[]);
#endif