Esempio n. 1
0
int _tmain(int argc, _TCHAR* argv[])
{
	acl_init();
	test();
	getchar();
	acl_end();
	return 0;
}
Esempio n. 2
0
File: main.c Progetto: jhomble/redis
static void end(void)
{
    acl_end();
}