GRASS GIS 8 Programmer's Manual  8.5.0dev(2025)-3df7050671
stdio.h
Go to the documentation of this file.
1 #ifndef GRASS_MSVC_STDIO_H
2 #define GRASS_MSVC_STDIO_H
3 
4 #include <../ucrt/stdio.h>
5 
6 #define fdopen _fdopen
7 
8 #include <BaseTsd.h>
9 typedef SSIZE_T ssize_t;
10 
11 #endif
SSIZE_T ssize_t
Definition: stdio.h:9