xref: /csrg-svn/lib/libc/stdio/fakcu.c (revision 17352)
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 }
10