NetBSD/lib/libc/gen/_warnx.c

24 lines
484 B
C

/* $NetBSD: _warnx.c,v 1.8 2005/06/12 05:34:34 lukem Exp $ */
/*
* J.T. Conklin, December 12, 1994
* Public Domain
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: _warnx.c,v 1.8 2005/06/12 05:34:34 lukem Exp $");
#endif /* LIBC_SCCS and not lint */
#ifdef __indr_reference
__indr_reference(_warnx, warnx)
#else
#define __NO_NAMESPACE_H /* XXX */
#define _warnx warnx
#define _vwarnx vwarnx
#define rcsid _rcsid
#include "warnx.c"
#endif