Example #1
0
void
clear_term()
{
  // user issued "clear" command.
  dConsoleCls();
}
Example #2
0
void StdioCls(struct ParseState *Parser, struct Value *ReturnValue, struct Value **Param, int NumArgs)
{
	dConsoleCls();
}