Added a comment for the fgetwc fix
This commit is contained in:
parent
7de9c4aef2
commit
8936b48e95
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
/* This file contains a fixed implementation of fgetwc since glibc's one is a little segfaulty when used on fmemopen'ed files. */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <wchar.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue