Ejemplo n.º 1
0
static void cleanup(void)
{
	clean_sem(semid);
}
Ejemplo n.º 2
0
static void cleanup(void)
{
	clean_sem(semid);
	TEST_CLEANUP;
}