Mercurial > hg > index.cgi
comparison lwar/lwar.c @ 386:221b5f58d8ad
Port remainder of tools to Windows
Thanks to Erik G <erik@6809.org> for the patch.
Quoth Erik:
"As a thank you for putting up with my nonsense, I ported the remaining
binaries. Although I'm not using them (yet), I did verify that they work and
the changes are basically zero so I have confidence in them."
author | William Astle <lost@l-w.ca> |
---|---|
date | Mon, 13 Jul 2015 21:32:39 -0600 |
parents | 6eed14cccac9 |
children | 45df37e81741 |
comparison
equal
deleted
inserted
replaced
385:4fd16faa4d93 | 386:221b5f58d8ad |
---|---|
24 | 24 |
25 #include <stdio.h> | 25 #include <stdio.h> |
26 #include <stdlib.h> | 26 #include <stdlib.h> |
27 #include <sys/stat.h> | 27 #include <sys/stat.h> |
28 #include <sys/types.h> | 28 #include <sys/types.h> |
29 #include <unistd.h> | |
30 | 29 |
31 #include <lw_alloc.h> | 30 #include <lw_alloc.h> |
32 | 31 |
33 #define __lwar_c_seen__ | 32 #define __lwar_c_seen__ |
34 #include "lwar.h" | 33 #include "lwar.h" |