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

	macro_test();

}