We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca60789 commit c110041Copy full SHA for c110041
src/EgaBridge.hpp
@@ -20,6 +20,7 @@
20
#pragma once
21
22
#include <cstdarg>
23
+#include <cstddef>
24
25
// Function pointer types matching EGA API
26
typedef bool (*EgaInputFn)(char* buf, size_t buflen);
0 commit comments