#include <string.h>
#include "extern.h"

exehelp()                /* ﾍﾙﾌﾟ･ﾒﾆｭｰ ﾋｮｳｼﾞ */
        {int i;
         for ( i = 1 ; i < 10; i++ )
         
             { sprintf(fname,HELP_FIL%d",i);
               fpw = fopen(fname,"r");
               if ( fpw == NULL )     break;

               fclose(fpw);

               if (i != 1 )
                   { strcpy(ynsent,": HELP を続けますか？");
                     if ( y_or_n() )  break;
                   }  
               sendfile(0);
             }  

         return(0);
        }
