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

11 lines
136 B
C

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