File: stdio2-decl.h

package info (click to toggle)
glibc 2.43-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 320,560 kB
  • sloc: ansic: 1,067,683; asm: 238,038; makefile: 21,402; python: 13,638; sh: 11,921; cpp: 5,188; awk: 1,794; perl: 317; yacc: 292; pascal: 182; sed: 19
file content (10 lines) | stat: -rw-r--r-- 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#include <libio/bits/stdio2-decl.h>

#ifndef _ISOMAC
libc_hidden_proto (__fgets_unlocked_chk)
libc_hidden_ldbl_proto (vfprintf)
extern int __vasprintf_chk (char **, int, const char *, __gnuc_va_list) __THROW;
libc_hidden_ldbl_proto (__vasprintf_chk)
extern int __vfprintf_chk (FILE *, int, const char *, __gnuc_va_list);
libc_hidden_ldbl_proto (__vfprintf_chk)
#endif