new stdio; renamed from flsbuf.c
[unix-history] / usr / src / lib / libc / stdio / fakcu.c
CommitLineData
2ce81398 1#if defined(LIBC_SCCS) && !defined(lint)
fd5b46b5 2static char sccsid[] = "@(#)fakcu.c 5.2 (Berkeley) %G%";
2ce81398 3#endif LIBC_SCCS and not lint
316a2574
MK
4
5/*
6 * Null cleanup routine to resolve reference in exit()
7 * if not using stdio.
8 */
9_cleanup()
10{
11}