Exemple #1
0
int
clean_suite_mman(void)
{
  mclear(man);
  man = NULL;
  return 0;
}
Exemple #2
0
main()
{
	minit();
	mclear(0);

	macro_test();

}