V10/libc/gen/onexit.c

onexit(f)
	int (*f)();
{
	return(atexit(f));
}