Skip to content

Instantly share code, notes, and snippets.

Created May 12, 2014 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/50837619aedd4a95c6aa to your computer and use it in GitHub Desktop.
Save anonymous/50837619aedd4a95c6aa to your computer and use it in GitHub Desktop.
stdin
4c4
< # 175 "<built-in>" 3
---
> # 165 "<built-in>" 3
127,128c127,136
< # 1 "C:\\Program Files (x86)\\LLVM\\bin\\..\\lib\\clang\\3.5\\include\\stddef.h" 1 3 4
< # 58 "C:\\Program Files (x86)\\LLVM\\bin\\..\\lib\\clang\\3.5\\include\\stddef.h" 3 4
---
> # 1 "G:\\llvm\\build\\bin\\..\\lib\\clang\\3.4\\include\\stddef.h" 1 3 4
> # 34 "G:\\llvm\\build\\bin\\..\\lib\\clang\\3.4\\include\\stddef.h" 3 4
> typedef int ptrdiff_t;
>
>
>
>
>
>
>
130c138
< # 141 "C:\\Program Files (x86)\\LLVM\\bin\\..\\lib\\clang\\3.5\\include\\stddef.h" 3 4
---
> # 99 "G:\\llvm\\build\\bin\\..\\lib\\clang\\3.4\\include\\stddef.h" 3 4
136,137c144,145
< # 1 "C:\\Program Files (x86)\\LLVM\\bin\\..\\lib\\clang\\3.5\\include\\stdarg.h" 1 3 4
< # 30 "C:\\Program Files (x86)\\LLVM\\bin\\..\\lib\\clang\\3.5\\include\\stdarg.h" 3 4
---
> # 1 "G:\\llvm\\build\\bin\\..\\lib\\clang\\3.4\\include\\stdarg.h" 1 3 4
> # 30 "G:\\llvm\\build\\bin\\..\\lib\\clang\\3.4\\include\\stdarg.h" 3 4
139c147
< # 48 "C:\\Program Files (x86)\\LLVM\\bin\\..\\lib\\clang\\3.5\\include\\stdarg.h" 3 4
---
> # 48 "G:\\llvm\\build\\bin\\..\\lib\\clang\\3.4\\include\\stdarg.h" 3 4
151c159
< # 1 "C:\\Program Files (x86)\\LLVM\\bin\\..\\lib\\clang\\3.5\\include\\stddef.h" 1 3 4
---
> # 1 "G:\\llvm\\build\\bin\\..\\lib\\clang\\3.4\\include\\stddef.h" 1 3 4
167,180c175,188
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswalnum(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswalpha(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswascii(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswcntrl(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswctype(wint_t, wctype_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) is_wctype(wint_t, wctype_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswdigit(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswgraph(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswlower(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswprint(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswpunct(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswspace(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswupper(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswxdigit(wint_t);
---
> int __cdecl __attribute__ ((__nothrow__)) iswalnum(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswalpha(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswascii(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswcntrl(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswctype(wint_t, wctype_t);
> int __cdecl __attribute__ ((__nothrow__)) is_wctype(wint_t, wctype_t);
> int __cdecl __attribute__ ((__nothrow__)) iswdigit(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswgraph(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswlower(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswprint(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswpunct(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswspace(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswupper(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswxdigit(wint_t);
184c192
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswblank (wint_t);
---
> int __cdecl __attribute__ ((__nothrow__)) iswblank (wint_t);
190,191c198,199
< wint_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) towlower (wint_t);
< wint_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) towupper (wint_t);
---
> wint_t __cdecl __attribute__ ((__nothrow__)) towlower (wint_t);
> wint_t __cdecl __attribute__ ((__nothrow__)) towupper (wint_t);
193c201
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) isleadbyte (int);
---
> int __cdecl __attribute__ ((__nothrow__)) isleadbyte (int);
202,204c210,212
< wint_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) towctrans(wint_t, wctrans_t);
< wctrans_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wctrans(const char*);
< wctype_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wctype(const char*);
---
> wint_t __cdecl __attribute__ ((__nothrow__)) towctrans(wint_t, wctrans_t);
> wctrans_t __cdecl __attribute__ ((__nothrow__)) wctrans(const char*);
> wctype_t __cdecl __attribute__ ((__nothrow__)) wctype(const char*);
217,219c225
< # 1 "C:\\Program Files (x86)\\LLVM\\bin\\..\\lib\\clang\\3.5\\include\\stddef.h" 1 3 4
< # 47 "C:\\Program Files (x86)\\LLVM\\bin\\..\\lib\\clang\\3.5\\include\\stddef.h" 3 4
< typedef int ptrdiff_t;
---
> # 1 "G:\\llvm\\build\\bin\\..\\lib\\clang\\3.4\\include\\stddef.h" 1 3 4
388,400c394,406
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) fwprintf (FILE*, const wchar_t*, ...);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wprintf (const wchar_t*, ...);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _snwprintf (wchar_t*, size_t, const wchar_t*, ...);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) vfwprintf (FILE*, const wchar_t*, __builtin_va_list);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) vwprintf (const wchar_t*, __builtin_va_list);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _vsnwprintf (wchar_t*, size_t, const wchar_t*, __builtin_va_list);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _vscwprintf (const wchar_t*, __builtin_va_list);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) fwscanf (FILE*, const wchar_t*, ...);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wscanf (const wchar_t*, ...);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) swscanf (const wchar_t*, const wchar_t*, ...);
< wint_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) fgetwc (FILE*);
< wint_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) fputwc (wchar_t, FILE*);
< wint_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) ungetwc (wchar_t, FILE*);
---
> int __cdecl __attribute__ ((__nothrow__)) fwprintf (FILE*, const wchar_t*, ...);
> int __cdecl __attribute__ ((__nothrow__)) wprintf (const wchar_t*, ...);
> int __cdecl __attribute__ ((__nothrow__)) _snwprintf (wchar_t*, size_t, const wchar_t*, ...);
> int __cdecl __attribute__ ((__nothrow__)) vfwprintf (FILE*, const wchar_t*, __builtin_va_list);
> int __cdecl __attribute__ ((__nothrow__)) vwprintf (const wchar_t*, __builtin_va_list);
> int __cdecl __attribute__ ((__nothrow__)) _vsnwprintf (wchar_t*, size_t, const wchar_t*, __builtin_va_list);
> int __cdecl __attribute__ ((__nothrow__)) _vscwprintf (const wchar_t*, __builtin_va_list);
> int __cdecl __attribute__ ((__nothrow__)) fwscanf (FILE*, const wchar_t*, ...);
> int __cdecl __attribute__ ((__nothrow__)) wscanf (const wchar_t*, ...);
> int __cdecl __attribute__ ((__nothrow__)) swscanf (const wchar_t*, const wchar_t*, ...);
> wint_t __cdecl __attribute__ ((__nothrow__)) fgetwc (FILE*);
> wint_t __cdecl __attribute__ ((__nothrow__)) fputwc (wchar_t, FILE*);
> wint_t __cdecl __attribute__ ((__nothrow__)) ungetwc (wchar_t, FILE*);
404,405c410,411
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) swprintf (wchar_t*, const wchar_t*, ...);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) vswprintf (wchar_t*, const wchar_t*, __builtin_va_list);
---
> int __cdecl __attribute__ ((__nothrow__)) swprintf (wchar_t*, const wchar_t*, ...);
> int __cdecl __attribute__ ((__nothrow__)) vswprintf (wchar_t*, const wchar_t*, __builtin_va_list);
408,413c414,419
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) fgetws (wchar_t*, int, FILE*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) fputws (const wchar_t*, FILE*);
< wint_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) getwc (FILE*);
< wint_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) getwchar (void);
< wint_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) putwc (wint_t, FILE*);
< wint_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) putwchar (wint_t);
---
> wchar_t* __cdecl __attribute__ ((__nothrow__)) fgetws (wchar_t*, int, FILE*);
> int __cdecl __attribute__ ((__nothrow__)) fputws (const wchar_t*, FILE*);
> wint_t __cdecl __attribute__ ((__nothrow__)) getwc (FILE*);
> wint_t __cdecl __attribute__ ((__nothrow__)) getwchar (void);
> wint_t __cdecl __attribute__ ((__nothrow__)) putwc (wint_t, FILE*);
> wint_t __cdecl __attribute__ ((__nothrow__)) putwchar (wint_t);
416,427c422,433
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _getws (wchar_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _putws (const wchar_t*);
< FILE* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfdopen(int, const wchar_t *);
< FILE* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfopen (const wchar_t*, const wchar_t*);
< FILE* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfreopen (const wchar_t*, const wchar_t*, FILE*);
< FILE* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfsopen (const wchar_t*, const wchar_t*, int);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wtmpnam (wchar_t*);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wtempnam (const wchar_t*, const wchar_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wrename (const wchar_t*, const wchar_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wremove (const wchar_t*);
< void __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wperror (const wchar_t*);
< FILE* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wpopen (const wchar_t*, const wchar_t*);
---
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _getws (wchar_t*);
> int __cdecl __attribute__ ((__nothrow__)) _putws (const wchar_t*);
> FILE* __cdecl __attribute__ ((__nothrow__)) _wfdopen(int, const wchar_t *);
> FILE* __cdecl __attribute__ ((__nothrow__)) _wfopen (const wchar_t*, const wchar_t*);
> FILE* __cdecl __attribute__ ((__nothrow__)) _wfreopen (const wchar_t*, const wchar_t*, FILE*);
> FILE* __cdecl __attribute__ ((__nothrow__)) _wfsopen (const wchar_t*, const wchar_t*, int);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wtmpnam (wchar_t*);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wtempnam (const wchar_t*, const wchar_t*);
> int __cdecl __attribute__ ((__nothrow__)) _wrename (const wchar_t*, const wchar_t*);
> int __cdecl __attribute__ ((__nothrow__)) _wremove (const wchar_t*);
> void __cdecl __attribute__ ((__nothrow__)) _wperror (const wchar_t*);
> FILE* __cdecl __attribute__ ((__nothrow__)) _wpopen (const wchar_t*, const wchar_t*);
431,432c437,438
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) snwprintf (wchar_t*, size_t, const wchar_t*, ...);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) vsnwprintf (wchar_t*, size_t, const wchar_t*, __builtin_va_list);
---
> int __cdecl __attribute__ ((__nothrow__)) snwprintf (wchar_t*, size_t, const wchar_t*, ...);
> int __cdecl __attribute__ ((__nothrow__)) vsnwprintf (wchar_t*, size_t, const wchar_t*, __builtin_va_list);
440,441c446,447
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) vwscanf (const wchar_t * __restrict__, __builtin_va_list);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) vfwscanf (FILE * __restrict__,
---
> int __cdecl __attribute__ ((__nothrow__)) vwscanf (const wchar_t * __restrict__, __builtin_va_list);
> int __cdecl __attribute__ ((__nothrow__)) vfwscanf (FILE * __restrict__,
443c449
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) vswscanf (const wchar_t * __restrict__,
---
> int __cdecl __attribute__ ((__nothrow__)) vswscanf (const wchar_t * __restrict__,
451,453c457,459
< long __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcstol (const wchar_t*, wchar_t**, int);
< unsigned long __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcstoul (const wchar_t*, wchar_t**, int);
< double __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcstod (const wchar_t*, wchar_t**);
---
> long __cdecl __attribute__ ((__nothrow__)) wcstol (const wchar_t*, wchar_t**, int);
> unsigned long __cdecl __attribute__ ((__nothrow__)) wcstoul (const wchar_t*, wchar_t**, int);
> double __cdecl __attribute__ ((__nothrow__)) wcstod (const wchar_t*, wchar_t**);
456,457c462,463
< float __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcstof (const wchar_t * __restrict__, wchar_t ** __restrict__);
< long double __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcstold (const wchar_t * __restrict__, wchar_t ** __restrict__);
---
> float __cdecl __attribute__ ((__nothrow__)) wcstof (const wchar_t * __restrict__, wchar_t ** __restrict__);
> long double __cdecl __attribute__ ((__nothrow__)) wcstold (const wchar_t * __restrict__, wchar_t ** __restrict__);
460,470c466,476
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wgetenv(const wchar_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wputenv(const wchar_t*);
< void __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wsearchenv(const wchar_t*, const wchar_t*, wchar_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wsystem(const wchar_t*);
< void __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wmakepath(wchar_t*, const wchar_t*, const wchar_t*, const wchar_t*, const wchar_t*);
< void __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wsplitpath (const wchar_t*, wchar_t*, wchar_t*, wchar_t*, wchar_t*);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfullpath (wchar_t*, const wchar_t*, size_t);
< long long __attribute__((__cdecl__)) _wcstoi64(const wchar_t *, wchar_t **, int);
< long long __attribute__((__cdecl__)) _wcstoi64_l(const wchar_t *, wchar_t **, int, _locale_t);
< unsigned long long __attribute__((__cdecl__)) _wcstoui64(const wchar_t *, wchar_t **, int);
< unsigned long long __attribute__((__cdecl__)) _wcstoui64_l(const wchar_t *, wchar_t **, int, _locale_t);
---
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wgetenv(const wchar_t*);
> int __cdecl __attribute__ ((__nothrow__)) _wputenv(const wchar_t*);
> void __cdecl __attribute__ ((__nothrow__)) _wsearchenv(const wchar_t*, const wchar_t*, wchar_t*);
> int __cdecl __attribute__ ((__nothrow__)) _wsystem(const wchar_t*);
> void __cdecl __attribute__ ((__nothrow__)) _wmakepath(wchar_t*, const wchar_t*, const wchar_t*, const wchar_t*, const wchar_t*);
> void __cdecl __attribute__ ((__nothrow__)) _wsplitpath (const wchar_t*, wchar_t*, wchar_t*, wchar_t*, wchar_t*);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wfullpath (wchar_t*, const wchar_t*, size_t);
> long long __cdecl _wcstoi64(const wchar_t *, wchar_t **, int);
> long long __cdecl _wcstoi64_l(const wchar_t *, wchar_t **, int, _locale_t);
> unsigned long long __cdecl _wcstoui64(const wchar_t *, wchar_t **, int);
> unsigned long long __cdecl _wcstoui64_l(const wchar_t *, wchar_t **, int, _locale_t);
477,480c483,486
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wasctime (const struct tm*);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wstrdate (wchar_t*);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wstrtime (wchar_t*);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wctime64 (const __time64_t*);
---
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wasctime (const struct tm*);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wstrdate (wchar_t*);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wstrtime (wchar_t*);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wctime64 (const __time64_t*);
487,488c493,494
< inline __attribute__ ((__always_inline__)) wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wctime32 (const __time32_t* _v1) {
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wctime (const __time32_t*);
---
> inline __attribute__ ((__always_inline__)) wchar_t* __cdecl __attribute__ ((__nothrow__)) _wctime32 (const __time32_t* _v1) {
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wctime (const __time32_t*);
492c498
< size_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsftime (wchar_t*, size_t, const wchar_t*, const struct tm*);
---
> size_t __cdecl __attribute__ ((__nothrow__)) wcsftime (wchar_t*, size_t, const wchar_t*, const struct tm*);
495c501
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wutime64 (const wchar_t*, struct __utimbuf64*);
---
> int __cdecl __attribute__ ((__nothrow__)) _wutime64 (const wchar_t*, struct __utimbuf64*);
500,501c506,507
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wutime (const wchar_t*, struct _utimbuf*);
< inline __attribute__ ((__always_inline__)) int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wutime32 (const wchar_t* _v1, struct __utimbuf32* _v2) {
---
> int __cdecl __attribute__ ((__nothrow__)) _wutime (const wchar_t*, struct _utimbuf*);
> inline __attribute__ ((__always_inline__)) int __cdecl __attribute__ ((__nothrow__)) _wutime32 (const wchar_t* _v1, struct __utimbuf32* _v2) {
505c511
< inline __attribute__ ((__always_inline__)) int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wutime (const wchar_t* _v1, struct _utimbuf* _v2) {
---
> inline __attribute__ ((__always_inline__)) int __cdecl __attribute__ ((__nothrow__)) _wutime (const wchar_t* _v1, struct _utimbuf* _v2) {
509,525c515,531
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcscat (wchar_t*, const wchar_t*);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcschr (const wchar_t*, wchar_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcscmp (const wchar_t*, const wchar_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcscoll (const wchar_t*, const wchar_t*);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcscpy (wchar_t*, const wchar_t*);
< size_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcscspn (const wchar_t*, const wchar_t*);
<
< size_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcslen (const wchar_t*);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsncat (wchar_t*, const wchar_t*, size_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsncmp(const wchar_t*, const wchar_t*, size_t);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsncpy(wchar_t*, const wchar_t*, size_t);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcspbrk(const wchar_t*, const wchar_t*);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsrchr(const wchar_t*, wchar_t);
< size_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsspn(const wchar_t*, const wchar_t*);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsstr(const wchar_t*, const wchar_t*);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcstok(wchar_t*, const wchar_t*);
< size_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsxfrm(wchar_t*, const wchar_t*, size_t);
---
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wcscat (wchar_t*, const wchar_t*);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wcschr (const wchar_t*, wchar_t);
> int __cdecl __attribute__ ((__nothrow__)) wcscmp (const wchar_t*, const wchar_t*);
> int __cdecl __attribute__ ((__nothrow__)) wcscoll (const wchar_t*, const wchar_t*);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wcscpy (wchar_t*, const wchar_t*);
> size_t __cdecl __attribute__ ((__nothrow__)) wcscspn (const wchar_t*, const wchar_t*);
>
> size_t __cdecl __attribute__ ((__nothrow__)) wcslen (const wchar_t*);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wcsncat (wchar_t*, const wchar_t*, size_t);
> int __cdecl __attribute__ ((__nothrow__)) wcsncmp(const wchar_t*, const wchar_t*, size_t);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wcsncpy(wchar_t*, const wchar_t*, size_t);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wcspbrk(const wchar_t*, const wchar_t*);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wcsrchr(const wchar_t*, wchar_t);
> size_t __cdecl __attribute__ ((__nothrow__)) wcsspn(const wchar_t*, const wchar_t*);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wcsstr(const wchar_t*, const wchar_t*);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wcstok(wchar_t*, const wchar_t*);
> size_t __cdecl __attribute__ ((__nothrow__)) wcsxfrm(wchar_t*, const wchar_t*, size_t);
531,544c537,550
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wcsdup (const wchar_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wcsicmp (const wchar_t*, const wchar_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wcsicoll (const wchar_t*, const wchar_t*);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wcslwr (wchar_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wcsnicmp (const wchar_t*, const wchar_t*, size_t);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wcsnset (wchar_t*, wchar_t, size_t);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wcsrev (wchar_t*);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wcsset (wchar_t*, wchar_t);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wcsupr (wchar_t*);
<
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wcsncoll(const wchar_t*, const wchar_t*, size_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wcsnicoll(const wchar_t*, const wchar_t*, size_t);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wcserror(int);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) __wcserror(const wchar_t*);
---
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wcsdup (const wchar_t*);
> int __cdecl __attribute__ ((__nothrow__)) _wcsicmp (const wchar_t*, const wchar_t*);
> int __cdecl __attribute__ ((__nothrow__)) _wcsicoll (const wchar_t*, const wchar_t*);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wcslwr (wchar_t*);
> int __cdecl __attribute__ ((__nothrow__)) _wcsnicmp (const wchar_t*, const wchar_t*, size_t);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wcsnset (wchar_t*, wchar_t, size_t);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wcsrev (wchar_t*);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wcsset (wchar_t*, wchar_t);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wcsupr (wchar_t*);
>
> int __cdecl __attribute__ ((__nothrow__)) _wcsncoll(const wchar_t*, const wchar_t*, size_t);
> int __cdecl __attribute__ ((__nothrow__)) _wcsnicoll(const wchar_t*, const wchar_t*, size_t);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wcserror(int);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) __wcserror(const wchar_t*);
548,549c554,555
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcscmpi (const wchar_t *, const wchar_t *);
< inline __attribute__ ((__always_inline__)) int __attribute__((__cdecl__)) __attribute__ ((__nothrow__))
---
> int __cdecl __attribute__ ((__nothrow__)) wcscmpi (const wchar_t *, const wchar_t *);
> inline __attribute__ ((__always_inline__)) int __cdecl __attribute__ ((__nothrow__))
552,560c558,566
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsdup (const wchar_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsicmp (const wchar_t*, const wchar_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsicoll (const wchar_t*, const wchar_t*);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcslwr (wchar_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsnicmp (const wchar_t*, const wchar_t*, size_t);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsnset (wchar_t*, wchar_t, size_t);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsrev (wchar_t*);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsset (wchar_t*, wchar_t);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsupr (wchar_t*);
---
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wcsdup (const wchar_t*);
> int __cdecl __attribute__ ((__nothrow__)) wcsicmp (const wchar_t*, const wchar_t*);
> int __cdecl __attribute__ ((__nothrow__)) wcsicoll (const wchar_t*, const wchar_t*);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wcslwr (wchar_t*);
> int __cdecl __attribute__ ((__nothrow__)) wcsnicmp (const wchar_t*, const wchar_t*, size_t);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wcsnset (wchar_t*, wchar_t, size_t);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wcsrev (wchar_t*);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wcsset (wchar_t*, wchar_t);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wcsupr (wchar_t*);
567,568c573,574
< wint_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) btowc(int);
< size_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) mbrlen(const char * __restrict__, size_t,
---
> wint_t __cdecl __attribute__ ((__nothrow__)) btowc(int);
> size_t __cdecl __attribute__ ((__nothrow__)) mbrlen(const char * __restrict__, size_t,
570c576
< size_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) mbrtowc(wchar_t * __restrict__, const char * __restrict__,
---
> size_t __cdecl __attribute__ ((__nothrow__)) mbrtowc(wchar_t * __restrict__, const char * __restrict__,
572c578
< size_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) mbsrtowcs(wchar_t * __restrict__, const char ** __restrict__,
---
> size_t __cdecl __attribute__ ((__nothrow__)) mbsrtowcs(wchar_t * __restrict__, const char ** __restrict__,
574c580
< size_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcrtomb(char * __restrict__, wchar_t,
---
> size_t __cdecl __attribute__ ((__nothrow__)) wcrtomb(char * __restrict__, wchar_t,
576c582
< size_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcsrtombs(char * __restrict__, const wchar_t ** __restrict__,
---
> size_t __cdecl __attribute__ ((__nothrow__)) wcsrtombs(char * __restrict__, const wchar_t ** __restrict__,
578c584
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wctob(wint_t);
---
> int __cdecl __attribute__ ((__nothrow__)) wctob(wint_t);
581,582c587,588
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) fwide(FILE*, int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) mbsinit(const mbstate_t*);
---
> int __cdecl __attribute__ ((__nothrow__)) fwide(FILE*, int);
> int __cdecl __attribute__ ((__nothrow__)) mbsinit(const mbstate_t*);
584,585c590,591
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wmemset(wchar_t *, wchar_t, size_t);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wmemchr(const wchar_t*, wchar_t, size_t);
---
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wmemset(wchar_t *, wchar_t, size_t);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wmemchr(const wchar_t*, wchar_t, size_t);
587c593
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wmemcpy(wchar_t* __restrict__,
---
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wmemcpy(wchar_t* __restrict__,
590,591c596,597
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wmemmove(wchar_t* s1, const wchar_t *, size_t);
< long long __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcstoll(const wchar_t * __restrict__,
---
> wchar_t* __cdecl __attribute__ ((__nothrow__)) wmemmove(wchar_t* s1, const wchar_t *, size_t);
> long long __cdecl __attribute__ ((__nothrow__)) wcstoll(const wchar_t * __restrict__,
593c599
< unsigned long long __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) wcstoull(const wchar_t * __restrict__,
---
> unsigned long long __cdecl __attribute__ ((__nothrow__)) wcstoull(const wchar_t * __restrict__,
664,665c670,671
< # 1 "C:\\Program Files (x86)\\LLVM\\bin\\..\\lib\\clang\\3.5\\include\\stdint.h" 1 3 4
< # 63 "C:\\Program Files (x86)\\LLVM\\bin\\..\\lib\\clang\\3.5\\include\\stdint.h" 3 4
---
> # 1 "G:\\llvm\\build\\bin\\..\\lib\\clang\\3.4\\include\\stdint.h" 1 3 4
> # 64 "G:\\llvm\\build\\bin\\..\\lib\\clang\\3.4\\include\\stdint.h" 3 4
676c682
< # 1 "C:\\Program Files (x86)\\LLVM\\bin\\..\\lib\\clang\\3.5\\include\\stddef.h" 1 3 4
---
> # 1 "G:\\llvm\\build\\bin\\..\\lib\\clang\\3.4\\include\\stddef.h" 1 3 4
721c727
< # 64 "C:\\Program Files (x86)\\LLVM\\bin\\..\\lib\\clang\\3.5\\include\\stdint.h" 2 3 4
---
> # 65 "G:\\llvm\\build\\bin\\..\\lib\\clang\\3.4\\include\\stdint.h" 2 3 4
723,739c729,745
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _waccess (const wchar_t*, int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wchmod (const wchar_t*, int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wcreat (const wchar_t*, int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wunlink (const wchar_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wopen (const wchar_t*, int, ...);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wsopen (const wchar_t*, int, int, ...);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wmktemp (wchar_t*);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfindfirst (const wchar_t*, struct _wfinddata32_t*);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfindfirsti64 (const wchar_t*, struct _wfinddatai64_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfindnexti64 (long, struct _wfinddatai64_t*);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfindfirst32i64 (const wchar_t*, struct _wfinddata32i64_t*);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfindfirst64i32 (const wchar_t*, struct _wfinddata64i32_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfindnext (intptr_t, struct _wfinddata32_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfindnext32i64 (intptr_t, struct _wfinddata32i64_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfindnext64i32 (intptr_t, struct _wfinddata64i32_t*);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfindfirst64(const wchar_t*, struct _wfinddata64_t*);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfindnext64(intptr_t, struct _wfinddata64_t*);
---
> int __cdecl __attribute__ ((__nothrow__)) _waccess (const wchar_t*, int);
> int __cdecl __attribute__ ((__nothrow__)) _wchmod (const wchar_t*, int);
> int __cdecl __attribute__ ((__nothrow__)) _wcreat (const wchar_t*, int);
> int __cdecl __attribute__ ((__nothrow__)) _wunlink (const wchar_t*);
> int __cdecl __attribute__ ((__nothrow__)) _wopen (const wchar_t*, int, ...);
> int __cdecl __attribute__ ((__nothrow__)) _wsopen (const wchar_t*, int, int, ...);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wmktemp (wchar_t*);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wfindfirst (const wchar_t*, struct _wfinddata32_t*);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wfindfirsti64 (const wchar_t*, struct _wfinddatai64_t*);
> int __cdecl __attribute__ ((__nothrow__)) _wfindnexti64 (long, struct _wfinddatai64_t*);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wfindfirst32i64 (const wchar_t*, struct _wfinddata32i64_t*);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wfindfirst64i32 (const wchar_t*, struct _wfinddata64i32_t*);
> int __cdecl __attribute__ ((__nothrow__)) _wfindnext (intptr_t, struct _wfinddata32_t*);
> int __cdecl __attribute__ ((__nothrow__)) _wfindnext32i64 (intptr_t, struct _wfinddata32i64_t*);
> int __cdecl __attribute__ ((__nothrow__)) _wfindnext64i32 (intptr_t, struct _wfinddata64i32_t*);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wfindfirst64(const wchar_t*, struct _wfinddata64_t*);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wfindnext64(intptr_t, struct _wfinddata64_t*);
742c748
< inline __attribute__ ((__always_inline__)) intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfindfirst32 (const wchar_t* _v1, struct _wfinddata32_t* _v2) {
---
> inline __attribute__ ((__always_inline__)) intptr_t __cdecl __attribute__ ((__nothrow__)) _wfindfirst32 (const wchar_t* _v1, struct _wfinddata32_t* _v2) {
745c751
< inline __attribute__ ((__always_inline__)) int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wfindnext32 (intptr_t _v1, struct _wfinddata32_t* _v2) {
---
> inline __attribute__ ((__always_inline__)) int __cdecl __attribute__ ((__nothrow__)) _wfindnext32 (intptr_t _v1, struct _wfinddata32_t* _v2) {
753c759
< # 1 "C:\\Program Files (x86)\\LLVM\\bin\\..\\lib\\clang\\3.5\\include\\stddef.h" 1 3 4
---
> # 1 "G:\\llvm\\build\\bin\\..\\lib\\clang\\3.4\\include\\stddef.h" 1 3 4
763,785c769,791
< void* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memchr (const void*, int, size_t) __attribute__ ((__pure__));
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memcmp (const void*, const void*, size_t) __attribute__ ((__pure__));
< void* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memcpy (void*, const void*, size_t);
< void* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memmove (void*, const void*, size_t);
< void* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memset (void*, int, size_t);
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcat (char*, const char*);
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strchr (const char*, int) __attribute__ ((__pure__));
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcmp (const char*, const char*) __attribute__ ((__pure__));
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcoll (const char*, const char*);
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcpy (char*, const char*);
< size_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcspn (const char*, const char*) __attribute__ ((__pure__));
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strerror (int);
<
< size_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strlen (const char*) __attribute__ ((__pure__));
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strncat (char*, const char*, size_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strncmp (const char*, const char*, size_t) __attribute__ ((__pure__));
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strncpy (char*, const char*, size_t);
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strpbrk (const char*, const char*) __attribute__ ((__pure__));
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strrchr (const char*, int) __attribute__ ((__pure__));
< size_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strspn (const char*, const char*) __attribute__ ((__pure__));
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strstr (const char*, const char*) __attribute__ ((__pure__));
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strtok (char*, const char*);
< size_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strxfrm (char*, const char*, size_t);
---
> void* __cdecl __attribute__ ((__nothrow__)) memchr (const void*, int, size_t) __attribute__ ((__pure__));
> int __cdecl __attribute__ ((__nothrow__)) memcmp (const void*, const void*, size_t) __attribute__ ((__pure__));
> void* __cdecl __attribute__ ((__nothrow__)) memcpy (void*, const void*, size_t);
> void* __cdecl __attribute__ ((__nothrow__)) memmove (void*, const void*, size_t);
> void* __cdecl __attribute__ ((__nothrow__)) memset (void*, int, size_t);
> char* __cdecl __attribute__ ((__nothrow__)) strcat (char*, const char*);
> char* __cdecl __attribute__ ((__nothrow__)) strchr (const char*, int) __attribute__ ((__pure__));
> int __cdecl __attribute__ ((__nothrow__)) strcmp (const char*, const char*) __attribute__ ((__pure__));
> int __cdecl __attribute__ ((__nothrow__)) strcoll (const char*, const char*);
> char* __cdecl __attribute__ ((__nothrow__)) strcpy (char*, const char*);
> size_t __cdecl __attribute__ ((__nothrow__)) strcspn (const char*, const char*) __attribute__ ((__pure__));
> char* __cdecl __attribute__ ((__nothrow__)) strerror (int);
>
> size_t __cdecl __attribute__ ((__nothrow__)) strlen (const char*) __attribute__ ((__pure__));
> char* __cdecl __attribute__ ((__nothrow__)) strncat (char*, const char*, size_t);
> int __cdecl __attribute__ ((__nothrow__)) strncmp (const char*, const char*, size_t) __attribute__ ((__pure__));
> char* __cdecl __attribute__ ((__nothrow__)) strncpy (char*, const char*, size_t);
> char* __cdecl __attribute__ ((__nothrow__)) strpbrk (const char*, const char*) __attribute__ ((__pure__));
> char* __cdecl __attribute__ ((__nothrow__)) strrchr (const char*, int) __attribute__ ((__pure__));
> size_t __cdecl __attribute__ ((__nothrow__)) strspn (const char*, const char*) __attribute__ ((__pure__));
> char* __cdecl __attribute__ ((__nothrow__)) strstr (const char*, const char*) __attribute__ ((__pure__));
> char* __cdecl __attribute__ ((__nothrow__)) strtok (char*, const char*);
> size_t __cdecl __attribute__ ((__nothrow__)) strxfrm (char*, const char*, size_t);
791,807c797,813
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _strerror (const char *);
< void* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _memccpy (void*, const void*, int, size_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _memicmp (const void*, const void*, size_t);
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _strdup (const char*) __attribute__ ((__malloc__));
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _strcmpi (const char*, const char*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _stricmp (const char*, const char*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _stricoll (const char*, const char*);
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _strlwr (char*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _strnicmp (const char*, const char*, size_t);
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _strnset (char*, int, size_t);
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _strrev (char*);
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _strset (char*, int);
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _strupr (char*);
< void __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _swab (const char*, char*, size_t);
<
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _strncoll(const char*, const char*, size_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _strnicoll(const char*, const char*, size_t);
---
> char* __cdecl __attribute__ ((__nothrow__)) _strerror (const char *);
> void* __cdecl __attribute__ ((__nothrow__)) _memccpy (void*, const void*, int, size_t);
> int __cdecl __attribute__ ((__nothrow__)) _memicmp (const void*, const void*, size_t);
> char* __cdecl __attribute__ ((__nothrow__)) _strdup (const char*) __attribute__ ((__malloc__));
> int __cdecl __attribute__ ((__nothrow__)) _strcmpi (const char*, const char*);
> int __cdecl __attribute__ ((__nothrow__)) _stricmp (const char*, const char*);
> int __cdecl __attribute__ ((__nothrow__)) _stricoll (const char*, const char*);
> char* __cdecl __attribute__ ((__nothrow__)) _strlwr (char*);
> int __cdecl __attribute__ ((__nothrow__)) _strnicmp (const char*, const char*, size_t);
> char* __cdecl __attribute__ ((__nothrow__)) _strnset (char*, int, size_t);
> char* __cdecl __attribute__ ((__nothrow__)) _strrev (char*);
> char* __cdecl __attribute__ ((__nothrow__)) _strset (char*, int);
> char* __cdecl __attribute__ ((__nothrow__)) _strupr (char*);
> void __cdecl __attribute__ ((__nothrow__)) _swab (const char*, char*, size_t);
>
> int __cdecl __attribute__ ((__nothrow__)) _strncoll(const char*, const char*, size_t);
> int __cdecl __attribute__ ((__nothrow__)) _strnicoll(const char*, const char*, size_t);
815,820c821,826
< void* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memccpy (void*, const void*, int, size_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) memicmp (const void*, const void*, size_t);
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strdup (const char*) __attribute__ ((__malloc__));
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcmpi (const char*, const char*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) stricmp (const char*, const char*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strcasecmp (const char*, const char *);
---
> void* __cdecl __attribute__ ((__nothrow__)) memccpy (void*, const void*, int, size_t);
> int __cdecl __attribute__ ((__nothrow__)) memicmp (const void*, const void*, size_t);
> char* __cdecl __attribute__ ((__nothrow__)) strdup (const char*) __attribute__ ((__malloc__));
> int __cdecl __attribute__ ((__nothrow__)) strcmpi (const char*, const char*);
> int __cdecl __attribute__ ((__nothrow__)) stricmp (const char*, const char*);
> int __cdecl __attribute__ ((__nothrow__)) strcasecmp (const char*, const char *);
822,825c828,831
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) stricoll (const char*, const char*);
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strlwr (char*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strnicmp (const char*, const char*, size_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strncasecmp (const char *, const char *, size_t);
---
> int __cdecl __attribute__ ((__nothrow__)) stricoll (const char*, const char*);
> char* __cdecl __attribute__ ((__nothrow__)) strlwr (char*);
> int __cdecl __attribute__ ((__nothrow__)) strnicmp (const char*, const char*, size_t);
> int __cdecl __attribute__ ((__nothrow__)) strncasecmp (const char *, const char *, size_t);
827,831c833,837
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strnset (char*, int, size_t);
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strrev (char*);
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strset (char*, int);
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) strupr (char*);
< void __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) swab (const char*, char*, size_t);
---
> char* __cdecl __attribute__ ((__nothrow__)) strnset (char*, int, size_t);
> char* __cdecl __attribute__ ((__nothrow__)) strrev (char*);
> char* __cdecl __attribute__ ((__nothrow__)) strset (char*, int);
> char* __cdecl __attribute__ ((__nothrow__)) strupr (char*);
> void __cdecl __attribute__ ((__nothrow__)) swab (const char*, char*, size_t);
835c841
< inline __attribute__ ((__always_inline__)) __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) intptr_t _wfindfirst32i64(const wchar_t* _filename, struct _wfinddata32i64_t* _fdata) {
---
> inline __attribute__ ((__always_inline__)) __cdecl __attribute__ ((__nothrow__)) intptr_t _wfindfirst32i64(const wchar_t* _filename, struct _wfinddata32i64_t* _fdata) {
851c857
< inline __attribute__ ((__always_inline__)) __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) intptr_t _wfindfirst64i32(const wchar_t* _filename, struct _wfinddata64i32_t* _fdata) {
---
> inline __attribute__ ((__always_inline__)) __cdecl __attribute__ ((__nothrow__)) intptr_t _wfindfirst64i32(const wchar_t* _filename, struct _wfinddata64i32_t* _fdata) {
867c873
< inline __attribute__ ((__always_inline__)) __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) intptr_t _wfindnext32i64(intptr_t _fp, struct _wfinddata32i64_t* _fdata) {
---
> inline __attribute__ ((__always_inline__)) __cdecl __attribute__ ((__nothrow__)) intptr_t _wfindnext32i64(intptr_t _fp, struct _wfinddata32i64_t* _fdata) {
883c889
< inline __attribute__ ((__always_inline__)) __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) intptr_t _wfindnext64i32(intptr_t _fp, struct _wfinddata64i32_t* _fdata) {
---
> inline __attribute__ ((__always_inline__)) __cdecl __attribute__ ((__nothrow__)) intptr_t _wfindnext64i32(intptr_t _fp, struct _wfinddata64i32_t* _fdata) {
899,903c905,909
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wchdir (const wchar_t*);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wgetcwd (wchar_t*, int);
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wgetdcwd (int, wchar_t*, int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wmkdir (const wchar_t*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wrmdir (const wchar_t*);
---
> int __cdecl __attribute__ ((__nothrow__)) _wchdir (const wchar_t*);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wgetcwd (wchar_t*, int);
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wgetdcwd (int, wchar_t*, int);
> int __cdecl __attribute__ ((__nothrow__)) _wmkdir (const wchar_t*);
> int __cdecl __attribute__ ((__nothrow__)) _wrmdir (const wchar_t*);
982,983c988,989
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _stat (const char*, struct _stat32*);
< inline __attribute__ ((__always_inline__)) int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _stat32 (const char* _v1, struct _stat32* _v2) {
---
> int __cdecl __attribute__ ((__nothrow__)) _stat (const char*, struct _stat32*);
> inline __attribute__ ((__always_inline__)) int __cdecl __attribute__ ((__nothrow__)) _stat32 (const char* _v1, struct _stat32* _v2) {
987,989c993,995
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _stat64 (const char*, struct _stat64*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _stat32i64 (const char*, struct _stat32i64*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _stat64i32 (const char*, struct _stat64i32*);
---
> int __cdecl __attribute__ ((__nothrow__)) _stat64 (const char*, struct _stat64*);
> int __cdecl __attribute__ ((__nothrow__)) _stat32i64 (const char*, struct _stat32i64*);
> int __cdecl __attribute__ ((__nothrow__)) _stat64i32 (const char*, struct _stat64i32*);
992,993c998,999
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _fstat (int, struct _stat32*);
< inline __attribute__ ((__always_inline__)) int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _fstat32 (int _v1, struct _stat32* _v2) {
---
> int __cdecl __attribute__ ((__nothrow__)) _fstat (int, struct _stat32*);
> inline __attribute__ ((__always_inline__)) int __cdecl __attribute__ ((__nothrow__)) _fstat32 (int _v1, struct _stat32* _v2) {
997,999c1003,1005
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _fstat64 (int, struct _stat64*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _fstat32i64 (int, struct _stat32i64*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _fstat64i32 (int, struct _stat64i32*);
---
> int __cdecl __attribute__ ((__nothrow__)) _fstat64 (int, struct _stat64*);
> int __cdecl __attribute__ ((__nothrow__)) _fstat32i64 (int, struct _stat32i64*);
> int __cdecl __attribute__ ((__nothrow__)) _fstat64i32 (int, struct _stat64i32*);
1001c1007
< inline __attribute__ ((__always_inline__)) int __attribute__((__cdecl__)) _fstat64i32(int desc, struct _stat64i32 *_stat) {
---
> inline __attribute__ ((__always_inline__)) int __cdecl _fstat64i32(int desc, struct _stat64i32 *_stat) {
1021c1027
< inline __attribute__ ((__always_inline__)) int __attribute__((__cdecl__)) _fstat32i64(int desc, struct _stat32i64 *_stat) {
---
> inline __attribute__ ((__always_inline__)) int __cdecl _fstat32i64(int desc, struct _stat32i64 *_stat) {
1041c1047
< inline __attribute__ ((__always_inline__)) int __attribute__((__cdecl__)) _stat64i32(const char *fname, struct _stat64i32 *_stat) {
---
> inline __attribute__ ((__always_inline__)) int __cdecl _stat64i32(const char *fname, struct _stat64i32 *_stat) {
1061c1067
< inline __attribute__ ((__always_inline__)) int __attribute__((__cdecl__)) _stat32i64(const char *fname, struct _stat32i64 *_stat) {
---
> inline __attribute__ ((__always_inline__)) int __cdecl _stat32i64(const char *fname, struct _stat32i64 *_stat) {
1082,1083c1088,1089
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wstat (const wchar_t*, struct _stat32*);
< inline __attribute__ ((__always_inline__)) int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wstat32 (const wchar_t* _v1, struct _stat32* _v2) {
---
> int __cdecl __attribute__ ((__nothrow__)) _wstat (const wchar_t*, struct _stat32*);
> inline __attribute__ ((__always_inline__)) int __cdecl __attribute__ ((__nothrow__)) _wstat32 (const wchar_t* _v1, struct _stat32* _v2) {
1087,1089c1093,1095
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wstat64 (const wchar_t*, struct _stat64*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wstat32i64 (const wchar_t*, struct _stat32i64*);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wstat64i32 (const wchar_t*, struct _stat64i32*);
---
> int __cdecl __attribute__ ((__nothrow__)) _wstat64 (const wchar_t*, struct _stat64*);
> int __cdecl __attribute__ ((__nothrow__)) _wstat32i64 (const wchar_t*, struct _stat32i64*);
> int __cdecl __attribute__ ((__nothrow__)) _wstat64i32 (const wchar_t*, struct _stat64i32*);
1091c1097
< inline __attribute__ ((__always_inline__)) int __attribute__((__cdecl__)) _wstat64i32(const wchar_t *fname, struct _stat64i32 *_stat64i32)
---
> inline __attribute__ ((__always_inline__)) int __cdecl _wstat64i32(const wchar_t *fname, struct _stat64i32 *_stat64i32)
1112c1118
< inline __attribute__ ((__always_inline__)) int __attribute__((__cdecl__)) _wstat32i64(const wchar_t *fname, struct _stat32i64 *_stat64i32) {
---
> inline __attribute__ ((__always_inline__)) int __cdecl _wstat32i64(const wchar_t *fname, struct _stat32i64 *_stat64i32) {
1133c1139
< wchar_t* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wsetlocale (int, const wchar_t*);
---
> wchar_t* __cdecl __attribute__ ((__nothrow__)) _wsetlocale (int, const wchar_t*);
1139,1146c1145,1152
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wexecl (const wchar_t*, const wchar_t*, ...);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wexecle (const wchar_t*, const wchar_t*, ...);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wexeclp (const wchar_t*, const wchar_t*, ...);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wexeclpe (const wchar_t*, const wchar_t*, ...);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wexecv (const wchar_t*, const wchar_t* const*);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wexecve (const wchar_t*, const wchar_t* const*, const wchar_t* const*);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wexecvp (const wchar_t*, const wchar_t* const*);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wexecvpe (const wchar_t*, const wchar_t* const*, const wchar_t* const*);
---
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wexecl (const wchar_t*, const wchar_t*, ...);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wexecle (const wchar_t*, const wchar_t*, ...);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wexeclp (const wchar_t*, const wchar_t*, ...);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wexeclpe (const wchar_t*, const wchar_t*, ...);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wexecv (const wchar_t*, const wchar_t* const*);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wexecve (const wchar_t*, const wchar_t* const*, const wchar_t* const*);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wexecvp (const wchar_t*, const wchar_t* const*);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wexecvpe (const wchar_t*, const wchar_t* const*, const wchar_t* const*);
1148,1155c1154,1161
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wspawnl (int, const wchar_t*, const wchar_t*, ...);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wspawnle (int, const wchar_t*, const wchar_t*, ...);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wspawnlp (int, const wchar_t*, const wchar_t*, ...);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wspawnlpe (int, const wchar_t*, const wchar_t*, ...);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wspawnv (int, const wchar_t*, const wchar_t* const*);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wspawnve (int, const wchar_t*, const wchar_t* const*, const wchar_t* const*);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wspawnvp (int, const wchar_t*, const wchar_t* const*);
< intptr_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _wspawnvpe (int, const wchar_t*, const wchar_t* const*, const wchar_t* const*);
---
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wspawnl (int, const wchar_t*, const wchar_t*, ...);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wspawnle (int, const wchar_t*, const wchar_t*, ...);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wspawnlp (int, const wchar_t*, const wchar_t*, ...);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wspawnlpe (int, const wchar_t*, const wchar_t*, ...);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wspawnv (int, const wchar_t*, const wchar_t* const*);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wspawnve (int, const wchar_t*, const wchar_t* const*, const wchar_t* const*);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wspawnvp (int, const wchar_t*, const wchar_t* const*);
> intptr_t __cdecl __attribute__ ((__nothrow__)) _wspawnvpe (int, const wchar_t*, const wchar_t* const*, const wchar_t* const*);
4332c4338
< # 1 "C:\\Program Files (x86)\\LLVM\\bin\\..\\lib\\clang\\3.5\\include\\stddef.h" 1 3 4
---
> # 1 "G:\\llvm\\build\\bin\\..\\lib\\clang\\3.4\\include\\stddef.h" 1 3 4
4364,4365c4370,4371
< char* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) setlocale (int, const char*);
< struct lconv* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) localeconv (void);
---
> char* __cdecl __attribute__ ((__nothrow__)) setlocale (int, const char*);
> struct lconv* __cdecl __attribute__ ((__nothrow__)) localeconv (void);
4442c4448
< # 1 "C:\\Program Files (x86)\\LLVM\\bin\\..\\lib\\clang\\3.5\\include\\stddef.h" 1 3 4
---
> # 1 "G:\\llvm\\build\\bin\\..\\lib\\clang\\3.4\\include\\stddef.h" 1 3 4
4448,4458c4454,4464
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) isalnum(int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) isalpha(int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iscntrl(int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) isdigit(int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) isgraph(int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) islower(int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) isprint(int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) ispunct(int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) isspace(int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) isupper(int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) isxdigit(int);
---
> int __cdecl __attribute__ ((__nothrow__)) isalnum(int);
> int __cdecl __attribute__ ((__nothrow__)) isalpha(int);
> int __cdecl __attribute__ ((__nothrow__)) iscntrl(int);
> int __cdecl __attribute__ ((__nothrow__)) isdigit(int);
> int __cdecl __attribute__ ((__nothrow__)) isgraph(int);
> int __cdecl __attribute__ ((__nothrow__)) islower(int);
> int __cdecl __attribute__ ((__nothrow__)) isprint(int);
> int __cdecl __attribute__ ((__nothrow__)) ispunct(int);
> int __cdecl __attribute__ ((__nothrow__)) isspace(int);
> int __cdecl __attribute__ ((__nothrow__)) isupper(int);
> int __cdecl __attribute__ ((__nothrow__)) isxdigit(int);
4462c4468
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) isblank (int);
---
> int __cdecl __attribute__ ((__nothrow__)) isblank (int);
4466c4472
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _isctype (int, int);
---
> int __cdecl __attribute__ ((__nothrow__)) _isctype (int, int);
4470,4471c4476,4477
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) tolower(int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) toupper(int);
---
> int __cdecl __attribute__ ((__nothrow__)) tolower(int);
> int __cdecl __attribute__ ((__nothrow__)) toupper(int);
4473,4474c4479,4480
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _tolower(int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _toupper(int);
---
> int __cdecl __attribute__ ((__nothrow__)) _tolower(int);
> int __cdecl __attribute__ ((__nothrow__)) _toupper(int);
4490,4503c4496,4509
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswalnum(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswalpha(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswascii(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswcntrl(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswctype(wint_t, wctype_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) is_wctype(wint_t, wctype_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswdigit(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswgraph(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswlower(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswprint(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswpunct(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswspace(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswupper(wint_t);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswxdigit(wint_t);
---
> int __cdecl __attribute__ ((__nothrow__)) iswalnum(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswalpha(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswascii(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswcntrl(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswctype(wint_t, wctype_t);
> int __cdecl __attribute__ ((__nothrow__)) is_wctype(wint_t, wctype_t);
> int __cdecl __attribute__ ((__nothrow__)) iswdigit(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswgraph(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswlower(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswprint(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswpunct(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswspace(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswupper(wint_t);
> int __cdecl __attribute__ ((__nothrow__)) iswxdigit(wint_t);
4507c4513
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iswblank (wint_t);
---
> int __cdecl __attribute__ ((__nothrow__)) iswblank (wint_t);
4513,4514c4519,4520
< wint_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) towlower (wint_t);
< wint_t __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) towupper (wint_t);
---
> wint_t __cdecl __attribute__ ((__nothrow__)) towlower (wint_t);
> wint_t __cdecl __attribute__ ((__nothrow__)) towupper (wint_t);
4516c4522
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) isleadbyte (int);
---
> int __cdecl __attribute__ ((__nothrow__)) isleadbyte (int);
4518,4521c4524,4527
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) __isascii (int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) __toascii (int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) __iscsymf (int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) __iscsym (int);
---
> int __cdecl __attribute__ ((__nothrow__)) __isascii (int);
> int __cdecl __attribute__ ((__nothrow__)) __toascii (int);
> int __cdecl __attribute__ ((__nothrow__)) __iscsymf (int);
> int __cdecl __attribute__ ((__nothrow__)) __iscsym (int);
4523,4526c4529,4532
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) isascii (int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) toascii (int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iscsymf (int);
< int __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) iscsym (int);
---
> int __cdecl __attribute__ ((__nothrow__)) isascii (int);
> int __cdecl __attribute__ ((__nothrow__)) toascii (int);
> int __cdecl __attribute__ ((__nothrow__)) iscsymf (int);
> int __cdecl __attribute__ ((__nothrow__)) iscsym (int);
4707c4713
< int* __attribute__((__cdecl__)) __attribute__ ((__nothrow__)) _errno(void);
---
> int* __cdecl __attribute__ ((__nothrow__)) _errno(void);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment