コード例 #1
0
ファイル: main.cpp プロジェクト: DayBreakZhang/acl
int main(void)
{
	test_fseek(4);
	printf(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n");
	test_fseek2(4);
	printf(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n");
	test_fseek3(4);

	exit (0);
}
コード例 #2
0
ファイル: main.cpp プロジェクト: 10jschen/acl
int main(int argc, char *argv[])
{
	argc = argc;
	argv = argv;

	test_fseek(4);
	printf(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n");
	test_fseek2(4);
	printf(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n");
	test_fseek3(4);

	exit (0);
}