|
/* $NetBSD: __main.c,v 1.4 1997/10/24 06:26:39 phil Exp $ */
|
|
|
|
#include <sys/cdefs.h>
|
|
#if defined(LIBC_SCCS) && !defined(lint)
|
|
__RCSID("$NetBSD: __main.c,v 1.4 1997/10/24 06:26:39 phil Exp $");
|
|
#endif /* LIBC_SCCS and not lint */
|
|
|
|
int __main(void);
|
|
|
|
int __main(void) {return 0;}
|