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