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

11 lines
139 B
C

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