1 /* $Id: plan-5.h,v 1.1 2003/10/08 17:41:15 oohara Exp $ */
2 
3 #ifndef __DANGEN_PLAN_5_H__
4 #define __DANGEN_PLAN_5_H__
5 
6 int plan_5(int t);
7 
8 #endif /* not __DANGEN_PLAN_5_H__ */
9