LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
osal_file_internal.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-3.0-or-later
2* Copyright (C) 2026 Sylvain Labopin
3 */
4
17#ifndef LEXLEO_OSAL_FILE_INTERNAL_H
18#define LEXLEO_OSAL_FILE_INTERNAL_H
19
21
23
35struct OSAL_FILE {
39 FILE *fp;
40
45};
46
47#endif // LEXLEO_OSAL_FILE_INTERNAL_H
Private representation of an acquired OSAL file handle.
FILE * fp
Underlying C standard I/O file handle.
const osal_mem_ops_t * mem_ops
Memory operations table used to release this wrapper.