diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mingw.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index c411a8106..c75b06330 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
| @@ -200,6 +200,11 @@ int unsetenv(const char *env); | |||
| 200 | #define mktemp mingw_mktemp | 200 | #define mktemp mingw_mktemp |
| 201 | 201 | ||
| 202 | /* | 202 | /* |
| 203 | * string.h | ||
| 204 | */ | ||
| 205 | char *strndup(char const *s, size_t n); | ||
| 206 | |||
| 207 | /* | ||
| 203 | * strings.h | 208 | * strings.h |
| 204 | */ | 209 | */ |
| 205 | int ffs(int i); | 210 | int ffs(int i); |
