System info & network
This commit is contained in:
12
code/linux_platform.h
Normal file
12
code/linux_platform.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
=== PLATFORM IMPLEMENTATION ===
|
||||
Here we define the structs that were left incomplete in platform.h
|
||||
|
||||
===============================
|
||||
*/
|
||||
#include <stdio.h>
|
||||
|
||||
struct p_file
|
||||
{
|
||||
FILE *handle;
|
||||
};
|
||||
Reference in New Issue
Block a user