mirror of https://git.qorg11.net/k9core.git
9 lines
62 B
C
9 lines
62 B
C
|
#include <unistd.h>
|
||
|
|
||
|
int
|
||
|
main(void)
|
||
|
{
|
||
|
sync();
|
||
|
return 0;
|
||
|
}
|