Files
Arquivotheca.SunOS-4.1.4/lib/libc/gen/common/fakcu.c
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

17 lines
379 B
C

#ifndef lint
static char sccsid[] = "@(#)fakcu.c 1.1 94/10/31 SMI"; /* from S5R2 1.1 */
#endif
/*LINTLIBRARY*/
/*
* This is a dummy _cleanup routine to place at the end
* of the C library in case no other definition is found.
* If the standard I/O routines are used, they supply a
* real "_cleanup" routine in file flsbuf.c
*/
void
_cleanup()
{
}