
Go to the source code of this file.
Data Structures | |
| struct | osal_file_ops_t |
Typedefs | |
| typedef struct osal_file_env_t | osal_file_env_t |
| typedef struct osal_file_ops_t | osal_file_ops_t |
Functions | |
| const osal_file_ops_t * | osal_file_default_ops (void) |
| Return the default POSIX / C stdio OSAL file operations table. | |
| typedef struct osal_file_env_t osal_file_env_t |
Definition at line 14 of file osal_file_ops.h.
| typedef struct osal_file_ops_t osal_file_ops_t |
| const osal_file_ops_t * osal_file_default_ops | ( | void | ) |
Return the default OSAL file operations for the active platform.
osal_file_ops_t table for this backend.Return the default POSIX / C stdio OSAL file operations table.
Return the default OSAL file operations for the active platform.
osal_file_ops_t table for this backend.Return the default POSIX / C stdio OSAL file operations table.
This function exposes the platform-specific low-level file operations used by the osal_file module.
Return the default OSAL file operations for the active platform.
osal_file_ops_t table for this backend. Definition at line 401 of file osal_file_posix.c.