1 /*
2  * begin.h
3  *
4  * All rights reserved. Copyright (C) 1996 by NARITA Tomio
5  * $Id: begin.h,v 1.3 2003/11/13 03:08:19 nrt Exp $
6  */
7 
8 #ifndef __BEGIN_H__
9 #define __BEGIN_H__
10 
11 #include <import.h>
12 #include <boolean.h>
13 
14 #ifdef  public
15 #undef	public
16 #endif  /* public */
17 
18 #define	public
19 
20 #endif /* __BEGIN_H__ */
21