8 lines
82 B
C
8 lines
82 B
C
#include <unistd.h>
|
|
|
|
int sync_main(int argc, char **argv)
|
|
{
|
|
sync();
|
|
return 0;
|
|
}
|