Files
Server_Monitor/code/linux_platform.h

13 lines
192 B
C
Raw Normal View History

2023-09-26 19:40:16 +02:00
/*
=== PLATFORM IMPLEMENTATION ===
Here we define the structs that were left incomplete in platform.h
===============================
*/
#include <stdio.h>
struct p_file
{
FILE *handle;
};