瀏覽代碼

missing prototype for wcscoll (stub)

Rich Felker 14 年之前
父節點
當前提交
1c1aa32eea
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/wchar.h

+ 1 - 0
include/wchar.h

@@ -47,6 +47,7 @@ wchar_t *wcsncat (wchar_t *, const wchar_t *, size_t);
 int wcscmp (const wchar_t *, const wchar_t *);
 int wcsncmp (const wchar_t *, const wchar_t *, size_t);
 
+int wcscoll(const wchar_t *, const wchar_t *);
 size_t wcsxfrm (wchar_t *, const wchar_t *, size_t n);
 
 wchar_t *wcschr (const wchar_t *, wchar_t);