#include <platform.h>
#include "stdarg.h"
#include "stddef.h"
Go to the source code of this file.
|
enum | __io_modes {
__read = 1
,
__write = 2
,
__read_write = 3
,
__append = 4
} |
|
enum | __file_kinds {
__closed_file
,
__disk_file
,
__console_file
,
__unavailable_file
} |
|
enum | __file_orientation {
__unoriented
,
__char_oriented
,
__wide_oriented
} |
|
enum | __io_results {
__no_io_error
,
__io_error
,
__io_EOF
} |
|
enum | __io_states {
__neutral
,
__writing
,
__reading
,
__rereading
} |
|
enum | __ReadProcActions {
__GetAChar
,
__UngetAChar
,
__TestForError
} |
|
|
int | __StringRead (void *str, int ch, int behavior) |
|
int | sprintf (char *s, const char *format,...) |
|
int | vprintf (const char *format, va_list arg) |
|
int | vsprintf (char *s, const char *format, va_list arg) |
|
size_t | fwrite (const void *, size_t memb_size, size_t num_memb, FILE *) |
|
◆ SEEK_SET
◆ SEEK_CUR
◆ SEEK_END
◆ __ungetc_buffer_size
#define __ungetc_buffer_size 2 |
◆ EOF
◆ _IONBF
◆ _IOLBF
◆ _IOFBF
◆ stdin
◆ stdout
◆ stderr
◆ __file_handle
◆ fpos_t
◆ wchar_t
◆ __idle_proc
typedef void(* __idle_proc) (void) |
◆ __pos_proc
◆ __io_proc
◆ __close_proc
◆ __io_modes
Enumerator |
---|
__read | |
__write | |
__read_write | |
__append | |
◆ __file_kinds
Enumerator |
---|
__closed_file | |
__disk_file | |
__console_file | |
__unavailable_file | |
◆ __file_orientation
Enumerator |
---|
__unoriented | |
__char_oriented | |
__wide_oriented | |
◆ __io_results
Enumerator |
---|
__no_io_error | |
__io_error | |
__io_EOF | |
◆ __io_states
Enumerator |
---|
__neutral | |
__writing | |
__reading | |
__rereading | |
◆ __ReadProcActions
Enumerator |
---|
__GetAChar | |
__UngetAChar | |
__TestForError | |
◆ __StringRead()
int __StringRead |
( |
void * |
str, |
|
|
int |
ch, |
|
|
int |
behavior |
|
) |
| |
◆ sprintf()
int sprintf |
( |
char * |
s, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |
◆ vprintf()
int vprintf |
( |
const char * |
format, |
|
|
va_list |
arg |
|
) |
| |
◆ vsprintf()
int vsprintf |
( |
char * |
s, |
|
|
const char * |
format, |
|
|
va_list |
arg |
|
) |
| |
◆ fwrite()
◆ __files