#ifndef BLOCK_H #define BLOCK_H void block(char *, char *, char *, char *); #endif