1 /* $Id: plan-2.h,v 1.1 2003/09/24 16:37:46 oohara Exp $ */
2 
3 #ifndef __DANGEN_PLAN_2_H__
4 #define __DANGEN_PLAN_2_H__
5 
6 int plan_2(int t);
7 
8 #endif /* not __DANGEN_PLAN_2_H__ */
9