
/*
   more eunuchs stuff
*/
#include "io-defs.h"
#include <stdio.h>

int setbuf(f, b)
struct streamoid * f;
int b;
{
/*  later  */
  return(0);
}

int setbuffer(f, buf, nbytes)
struct streamoid * f;
char * buf;
int nbytes;
{
/* later.... */
  return(0);
}
