istream-limit.c revision 411d6baa37f31d90730e90c4a28c43e1974bbe58
/* Copyright (C) 2003 Timo Sirainen */
#include "lib.h"
#include "istream-internal.h"
struct limit_istream {
};
{
}
{
/* get to same position in parent stream */
}
{
}
{
return -1;
}
}
return -2;
}
} else {
ret = 0;
}
}
(ret == 0 ? 0 : -1);
return ret;
}
{
}
{
}
{
struct limit_istream *lstream;
}