DEBSOURCES
Skip Quicknav
sources / android-platform-system-core / 21-6 / toolbox / sync.c
1234567
#include <unistd.h> int sync_main(int argc, char **argv) { sync(); return 0; }