Beispiel #1
0
void
cmore(const char *s)
{
	xmore(s);
}
Beispiel #2
0
void
more(void)
{
	xmore("");
}
Beispiel #3
0
void
cmore(char *s)
{
	xmore(s);
}
Beispiel #4
0
void
more()
{
	xmore("");
}
Beispiel #5
0
void cmore()
{
    xmore(FALSE);
}
Beispiel #6
0
void more()
{
    xmore(TRUE);
}