Struct for wrapping the basic FILE
unlocked functions for reading and writing defined in stdio_exts.h
.
More...
#include <file.h>
|
static void | configure (FILE *file_ptr) |
|
static size_t | fwrite (const void *ptr, size_t size, size_t count, FILE *file_ptr) |
|
static size_t | fread (void *ptr, size_t size, size_t count, FILE *file_ptr) |
|
static int | fgetc (FILE *file_ptr) |
|
static int | fputc (int c, FILE *file_ptr) |
|
Struct for wrapping the basic FILE
unlocked functions for reading and writing defined in stdio_exts.h
.
- See Also
- File
static void data::UnlockedAccess::configure |
( |
FILE * |
file_ptr | ) |
|
|
inlinestatic |
static int data::UnlockedAccess::fgetc |
( |
FILE * |
file_ptr | ) |
|
|
inlinestatic |
static int data::UnlockedAccess::fputc |
( |
int |
c, |
|
|
FILE * |
file_ptr |
|
) |
| |
|
inlinestatic |
static size_t data::UnlockedAccess::fread |
( |
void * |
ptr, |
|
|
size_t |
size, |
|
|
size_t |
count, |
|
|
FILE * |
file_ptr |
|
) |
| |
|
inlinestatic |
static size_t data::UnlockedAccess::fwrite |
( |
const void * |
ptr, |
|
|
size_t |
size, |
|
|
size_t |
count, |
|
|
FILE * |
file_ptr |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: