Mapper
libraries
shef
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
i
static int i
Definition:
get_apps_defaults.c:110
fprintf
fprintf(fp,"%d %d %d %d 1\n", iminx, iminy, maxi, maxj)
pause_it
pause_it(char *msg)
Definition:
pause_it.c:4
Generated by
1.9.1