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