any -> index (use the faster library routine)
[unix-history] / usr / src / bin / sync / sync.c
/*
* Copyright (c) 1987 Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*/
#ifndef lint
char copyright[] =
"@(#) Copyright (c) 1987 Regents of the University of California.\n\
All rights reserved.\n";
#endif /* not lint */
#ifndef lint
static char sccsid[] = "@(#)sync.c 4.4 (Berkeley) %G%";
#endif /* not lint */
main()
{
sync();
exit(0);
}