Mercurial > hg > index.cgi
comparison lwar/lwar.c @ 9:6eed14cccac9
Switched lwar to lw_cmdline and brought in lwlib
author | lost@l-w.ca |
---|---|
date | Sat, 22 Jan 2011 10:04:32 -0700 |
parents | 2c24602be78f |
children | 221b5f58d8ad |
comparison
equal
deleted
inserted
replaced
8:fdc11ef4115b | 9:6eed14cccac9 |
---|---|
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> | 29 #include <unistd.h> |
30 | 30 |
31 #include <lw_alloc.h> | |
32 | |
31 #define __lwar_c_seen__ | 33 #define __lwar_c_seen__ |
32 #include "lwar.h" | 34 #include "lwar.h" |
33 #include "util.h" | |
34 | 35 |
35 typedef struct | 36 typedef struct |
36 { | 37 { |
37 FILE *f; | 38 FILE *f; |
38 } arhandle_real; | 39 } arhandle_real; |