
/*
   more eunuchs stuff
*/
#include "io-defs.h"

int feof(s)
struct streamoid * s;
{
  return((s->flags & STR_AT_EOF_P) != 0);
}
