LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
osal_stdio_internal.h
Go to the documentation of this file.
1
2
3#ifndef LEXLEO_OSAL_STDIO_INTERNAL_H
4#define LEXLEO_OSAL_STDIO_INTERNAL_H
5
7
8struct OSAL_STDIO {
9 FILE *fp;
10};
11
12#endif //LEXLEO_OSAL_STDIO_INTERNAL_H