C++程序  |  8行  |  82 B

#include <unistd.h>

int sync_main(int argc, char **argv)
{
	sync();
	return 0;
}