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