Example #1
0
int
clean_suite_mman(void)
{
  mclear(man);
  man = NULL;
  return 0;
}
Example #2
0
File: test.c Project: paud/d2x-xl
main()
{
	minit();
	mclear(0);

	macro_test();

}