Esempio n. 1
0
int main(int argc, char *argv[])
{
	test_frames();
	test_stringf();
	test_filesystem();
	return 0;
}
Esempio n. 2
0
int main(int argc, char *argv[])
{
	test_frames();
	test_stringf();
	test_random();
	test_datetime();
	return 0;
}