Mapper
pause_it.c
Go to the documentation of this file.
1 #include <stdlib.h>
2 #include <stdio.h>
3 
4 pause_it( char *msg)
5 {
6 int i;
7 fprintf(stdout,"\n %s",msg);
8 i = getc(stdin);
9 /* sleep(1); */
10 }
11 
static int i
fprintf(fp,"%d %d %d %d 1\n", iminx, iminy, maxi, maxj)
pause_it(char *msg)
Definition: pause_it.c:4