Exemple #1
0
void exceptionProcessing(Niveau *niveau, Commande *commande){
	ifExit(niveau, commande);
	ifTab(commande);
}
Exemple #2
0
BOOL WINAPI exitHandler(DWORD unused) {
	ifExit();
	return TRUE;
}