#include "my_function.h" /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int M, N; char c; int main(int argc, char** argv) { print_title(); read_pic(); read_1(); }