Read_Write_bytes

This commit is contained in:
Thomas Bernard
2020-02-08 01:30:14 +01:00
parent eb0effaf3f
commit 62422ed6ed
3 changed files with 82 additions and 3 deletions

View File

@@ -32,6 +32,9 @@
#include <unistd.h>
#include <time.h>
#include <errno.h>
#if defined(WIN32)
#include <windows.h>
#endif
#include "../struct.h"
#include "../global.h"
#include "../gfx2log.h"