Files
Server_Monitor/code/linux_platform.h
2023-09-26 19:40:16 +02:00

13 lines
192 B
C

/*
=== PLATFORM IMPLEMENTATION ===
Here we define the structs that were left incomplete in platform.h
===============================
*/
#include <stdio.h>
struct p_file
{
FILE *handle;
};