Files
photon/photon/libc/wchar/fwide.c
2020-07-24 10:50:40 +01:00

7 lines
68 B
C

#include <stdio.h>
int fwide(FILE *fp, int mode)
{
return 0;
}