Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. extern __attribute__ ((__always_inline__)) __attribute__ ((__artificial__)) int
  2. fwprintf (__FILE * __stream, __const wchar_t * __fmt, ...)
  3. {
  4. return __fwprintf_chk (__stream, 2 - 1, __fmt,
  5. __builtin_va_arg_pack ());
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement