File:  [DVB] / dietlibc / libstdio / __fpurge.c
Revision 1.1: download - view: text, annotated - select for diffs
Tue Jun 19 12:53:48 2012 UTC (11 years, 11 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
try to accomodate current pedantic gnu configure scripts

#include <stdio_ext.h>
#include "dietstdio.h"

void __fpurge(FILE* stream) {
  stream->ungotten=0;
  stream->bs=stream->bm=0;
}

LinuxTV legacy CVS <linuxtv.org/cvs>