1: #if defined(LIBC_SCCS) && !defined(lint)
2: static char sccsid[] = "@(#)fakcu.c 5.2 (Berkeley) 3/9/86";
3: #endif LIBC_SCCS and not lint
4:
5: /*
6: * Null cleanup routine to resolve reference in exit()
7: * if not using stdio.
8: */
9: _cleanup()
10: {
11: }
Defined functions
Defined variables
sccsid
defined in line
2;
never used