Rivoreo Source Code Repositories
src.rivoreo.one
/
toolbox
/
561d9f625ca6247a29dc67fe31514efd426c03dd
/
.
/
sync_u.c
blob: 828427634c771f3dc7bdf2c060e012ba5776603e [
file
] [
log
] [
blame
] [
raw
]
#include
<unistd.h>
int
sync_main
(
int
argc
,
char
**
argv
)
{
sync
();
return
0
;
}