#include <precomp.h>
Go to the source code of this file.
◆ _flsbuf()
Definition at line 14 of file _flsbuf.c.
15{
17
18
20 {
23 }
24
25
27
28
30 {
31
33 {
36 }
37
38
40 }
41
42
45
46
48 {
49
51 }
52
53
55 {
56
60 else
61 written = 0;
62
63
67 }
68 else
69 {
70
73 }
74
75
77 {
80 }
81
82 return ch & (
sizeof(
TCHAR) >
sizeof(
char) ? 0xffff : 0xff);
83}
BOOL __cdecl msvcrt_alloc_buffer(FILE *stream)
int CDECL _write(int fd, const void *buf, unsigned int count)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
GLuint GLuint GLsizei count
◆ msvcrt_alloc_buffer()
Definition at line 572 of file file.c.
573{
577
582 } else {
583 file->_base = (
char*)(&
file->_charbuf);
586 }
590}
#define MSVCRT_INTERNAL_BUFSIZ
int CDECL _isatty(int fd)
Referenced by _flsbuf().