Go to the source code of this file.
◆ _fcons()
Definition at line 53 of file fcons.c.
57{
59
63
67 }
71 }
74 }
77
79}
int CDECL fseek(FILE *file, __msvcrt_long offset, int whence)
void CDECL setbuf(FILE *file, char *buf)
_ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl static FILE * fdopen(int fd, const char *mode)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean flag
#define set_my_flag(p, v)
Referenced by fileopen().
◆ fmtab
Initial value:= {
"",
"r",
"w",
"r+",
"b",
"rb",
"wb",
"r+b",
"",
"r",
"a",
"a+",
"b",
"rb",
"ab",
"a+b",
}
Definition at line 24 of file fcons.c.
Referenced by _fcons().