Skip to content
Snippets Groups Projects

Event and timer types implemented

Merged Constantin P. requested to merge feat-4515 into develop
6 files
+ 137
30
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 4
0
@@ -33,6 +33,10 @@
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#ifdef DAP_OS_WINDOWS
#include <fcntl.h>
#define pipe(pfds) _pipe(pfds, 4096, _O_BINARY)
#endif
#ifdef __MACH__
#include <dispatch/dispatch.h>
#endif
Loading