added posix_gnu_string

added more posix definitions


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16813 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-03-16 11:09:43 +00:00
parent 0ce9ba6ba3
commit a34963f388
6 changed files with 79 additions and 11 deletions
+3
View File
@@ -153,6 +153,9 @@ extern int wctomb(char *string, wchar_t wchar);
extern size_t mbstowcs(wchar_t *pwcs, const char *string, size_t maxSize);
extern size_t wcstombs(char *string, const wchar_t *pwcs, size_t maxSize);
/* crypt */
extern void setkey(const char *key);
#ifdef __cplusplus
} /* extern "C" */
#endif