Navigation

Operators and Keywords

Function List:

C++ API

stdio.in.h File Reference

#include <stdarg.h>
#include <stddef.h>
#include <sys/types.h>
Include dependency graph for stdio.in.h:

Go to the source code of this file.

Defines

#define _GL_ALREADY_INCLUDING_STDIO_H
#define _GL_STDIO_H
#define __attribute__(Spec)
#define _GL_STDIO_STRINGIZE(token)   #token
#define _GL_STDIO_MACROEXPAND_AND_STRINGIZE(token)   _GL_STDIO_STRINGIZE(token)

Functions

 _GL_WARN_ON_USE (gets,"gets is a security hole - use fgets instead")

Define Documentation

#define __attribute__ (   Spec  ) 
#define _GL_ALREADY_INCLUDING_STDIO_H
#define _GL_STDIO_H
#define _GL_STDIO_MACROEXPAND_AND_STRINGIZE (   token  )     _GL_STDIO_STRINGIZE(token)
#define _GL_STDIO_STRINGIZE (   token  )     #token

Function Documentation

_GL_WARN_ON_USE ( gets  ,
"gets is a security hole - use fgets instead"   
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines