add directory study
This commit is contained in:
7
study/linux-travel/MINIX-1.5/1.5/Source/commands/sync.c
Normal file
7
study/linux-travel/MINIX-1.5/1.5/Source/commands/sync.c
Normal file
@@ -0,0 +1,7 @@
|
||||
/* sync - flush the file system buffers. Author: Andy Tanenbaum */
|
||||
|
||||
main()
|
||||
{
|
||||
/* First prize in shortest useful program contest. */
|
||||
sync();
|
||||
}
|
||||
Reference in New Issue
Block a user