#include <stdio.h>

/*  noch nicht implementiert..  */

FILE *freopen(const char *name,const char *mode,FILE *stream)
{
    return(0);
}

