10 lines
228 B
C
10 lines
228 B
C
/* @(#) libc.h 1.1 94/10/31 Copyr 1987 Sun Micro */
|
|
/* Copyright (C) 1987. Sun Microsystems, Inc. */
|
|
|
|
#ifndef _lwp_libc_h
|
|
#define _lwp_libc_h
|
|
|
|
extern void __do_exithand(); /* invoke pod exit handlers */
|
|
|
|
#endif /*!_lwp_libc_h*/
|