Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fwide.c « mingwex « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 79d5848f7773375efc86e50e25024f2c764b14a1 (plain)
1
2
3
4
5
6
7
8
9
#include	<wchar.h>
#include	<stdio.h>

int
fwide(FILE* stream, int mode)
{
  return mode; /* Nothing to do.  */
}