// sync.c, version 1.0.0 // OMKOV coreutils implementation of sync // Copyright (C) 2020, Jakob Wakeling // MIT Licence #include int main(void) { sync(); return 0; }