all repos — hex @ 383a2c439376587b4d1fc0fdf1e88d675d852517

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixes.
h3rald h3rald@h3rald.com
Tue, 19 Nov 2024 17:28:13 +0000
commit

383a2c439376587b4d1fc0fdf1e88d675d852517

parent

20b90d8f198c69287695905f977a505ba52cfd7c

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M hex.chex.c

@@ -14,6 +14,7 @@ return (GetFileType(h) == FILE_TYPE_CHAR);

} #else #include <unistd.h> +#include <sys/wait.h> #endif #define HEX_STDIN_BUFFER_SIZE 256