view lib/xfreopen.h @ 40183:9301e0f7fe60

libtextstyle: New module. * m4/libtextstyle.m4: New file. * modules/libtextstyle: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 10 Feb 2019 12:49:39 +0100
parents a5b7df5da800
children
line wrap: on
line source

#include <stdio.h>
void xfreopen (char const *filename, char const *mode, FILE *fp);