#ifndef UNBLOCK_LIB
#define UNBLOCK_LIB

#include "libc.h"
#include "system.h"

#define MAX_LEN 10

void unblock(int argc, char *argv[]);

#endif