1 /* $Id: plan-8.h,v 1.1 2004/04/14 09:09:30 oohara Exp $ */
2 
3 #ifndef __DANGEN_PLAN_8_H__
4 #define __DANGEN_PLAN_8_H__
5 
6 int plan_8(int t);
7 
8 #endif /* not __DANGEN_PLAN_8_H__ */
9