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

11 lines
145 B
C

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