Add copyright
[unix-history] / usr / src / lib / libc / stdio / fakcu.c
CommitLineData
316a2574
MK
1/* @(#)fakcu.c 4.1 (Berkeley) 84/11/13 */
2
3/*
4 * Null cleanup routine to resolve reference in exit()
5 * if not using stdio.
6 */
7_cleanup()
8{
9}