Improve stdin reading. set version to 0.23

master
Benoît Rouits 1 year ago
parent d9fde41165
commit 190012d26d
  1. 5
      Makefile
  2. 10
      csv2latex.c
  3. 328
      test.csv
  4. 4
      version.h

@ -4,6 +4,7 @@ BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/share/man/man1
CFLAGS=-Wall -Wextra -pedantic -Os
GZIP=gzip --to-stdout
TEST=$(shell wc -l < ./test.csv)
all:
$(CC) $(CPPFLAGS) $(CFLAGS) $(PROGNAME).c $(LDFLAGS) -o $(PROGNAME)
$(GZIP) $(PROGNAME).1 > $(PROGNAME).1.gz
@ -16,4 +17,8 @@ uninstall:
clean:
$(RM) $(PROGNAME)
$(RM) $(PROGNAME).1.gz
test: $(PROGNAME)
@test `./csv2latex test.csv | grep -Fi fourth | wc -l` = $(TEST) && echo OK. || echo KO!
@test `./csv2latex < test.csv | grep -Fi fourth | wc -l` = $(TEST) && echo OK. || echo KO!
@test `cat ./test.csv | ./csv2latex | grep -Fi fourth | wc -l` = $(TEST) && echo OK. || echo KO!
# vim:set ts=8 sw=8 noexpandtab et:

@ -645,11 +645,19 @@ int main (int argc, char **argv) {
if (optind == argc) {
/* copy stdin into tmp file */
int c;
char buf[BUFSIZ];
fp = tmpfile();
while (fgets(buf, BUFSIZ, stdin)) {
fputs(buf, fp);
}
#if 0
int c;
while (EOF != (c = getc(stdin))) {
fputc(c, stderr);
putc(c, fp);
}
#endif
rewind(fp);
} else {
fp = fopen(argv[optind], "r");

@ -0,0 +1,328 @@
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
first, second, third, fourth
FIRST, SECOND, THIRD, FOURTH
1 first second third fourth
2 FIRST SECOND THIRD FOURTH
3 first second third fourth
4 FIRST SECOND THIRD FOURTH
5 first second third fourth
6 FIRST SECOND THIRD FOURTH
7 first second third fourth
8 FIRST SECOND THIRD FOURTH
9 first second third fourth
10 FIRST SECOND THIRD FOURTH
11 first second third fourth
12 FIRST SECOND THIRD FOURTH
13 first second third fourth
14 FIRST SECOND THIRD FOURTH
15 first second third fourth
16 FIRST SECOND THIRD FOURTH
17 first second third fourth
18 FIRST SECOND THIRD FOURTH
19 first second third fourth
20 FIRST SECOND THIRD FOURTH
21 first second third fourth
22 FIRST SECOND THIRD FOURTH
23 first second third fourth
24 FIRST SECOND THIRD FOURTH
25 first second third fourth
26 FIRST SECOND THIRD FOURTH
27 first second third fourth
28 FIRST SECOND THIRD FOURTH
29 first second third fourth
30 FIRST SECOND THIRD FOURTH
31 first second third fourth
32 FIRST SECOND THIRD FOURTH
33 first second third fourth
34 FIRST SECOND THIRD FOURTH
35 first second third fourth
36 FIRST SECOND THIRD FOURTH
37 first second third fourth
38 FIRST SECOND THIRD FOURTH
39 first second third fourth
40 FIRST SECOND THIRD FOURTH
41 first second third fourth
42 FIRST SECOND THIRD FOURTH
43 first second third fourth
44 FIRST SECOND THIRD FOURTH
45 first second third fourth
46 FIRST SECOND THIRD FOURTH
47 first second third fourth
48 FIRST SECOND THIRD FOURTH
49 first second third fourth
50 FIRST SECOND THIRD FOURTH
51 first second third fourth
52 FIRST SECOND THIRD FOURTH
53 first second third fourth
54 FIRST SECOND THIRD FOURTH
55 first second third fourth
56 FIRST SECOND THIRD FOURTH
57 first second third fourth
58 FIRST SECOND THIRD FOURTH
59 first second third fourth
60 FIRST SECOND THIRD FOURTH
61 first second third fourth
62 FIRST SECOND THIRD FOURTH
63 first second third fourth
64 FIRST SECOND THIRD FOURTH
65 first second third fourth
66 FIRST SECOND THIRD FOURTH
67 first second third fourth
68 FIRST SECOND THIRD FOURTH
69 first second third fourth
70 FIRST SECOND THIRD FOURTH
71 first second third fourth
72 FIRST SECOND THIRD FOURTH
73 first second third fourth
74 FIRST SECOND THIRD FOURTH
75 first second third fourth
76 FIRST SECOND THIRD FOURTH
77 first second third fourth
78 FIRST SECOND THIRD FOURTH
79 first second third fourth
80 FIRST SECOND THIRD FOURTH
81 first second third fourth
82 FIRST SECOND THIRD FOURTH
83 first second third fourth
84 FIRST SECOND THIRD FOURTH
85 first second third fourth
86 FIRST SECOND THIRD FOURTH
87 first second third fourth
88 FIRST SECOND THIRD FOURTH
89 first second third fourth
90 FIRST SECOND THIRD FOURTH
91 first second third fourth
92 FIRST SECOND THIRD FOURTH
93 first second third fourth
94 FIRST SECOND THIRD FOURTH
95 first second third fourth
96 FIRST SECOND THIRD FOURTH
97 first second third fourth
98 FIRST SECOND THIRD FOURTH
99 first second third fourth
100 FIRST SECOND THIRD FOURTH
101 first second third fourth
102 FIRST SECOND THIRD FOURTH
103 first second third fourth
104 FIRST SECOND THIRD FOURTH
105 first second third fourth
106 FIRST SECOND THIRD FOURTH
107 first second third fourth
108 FIRST SECOND THIRD FOURTH
109 first second third fourth
110 FIRST SECOND THIRD FOURTH
111 first second third fourth
112 FIRST SECOND THIRD FOURTH
113 first second third fourth
114 FIRST SECOND THIRD FOURTH
115 first second third fourth
116 FIRST SECOND THIRD FOURTH
117 first second third fourth
118 FIRST SECOND THIRD FOURTH
119 first second third fourth
120 FIRST SECOND THIRD FOURTH
121 first second third fourth
122 FIRST SECOND THIRD FOURTH
123 first second third fourth
124 FIRST SECOND THIRD FOURTH
125 first second third fourth
126 FIRST SECOND THIRD FOURTH
127 first second third fourth
128 FIRST SECOND THIRD FOURTH
129 first second third fourth
130 FIRST SECOND THIRD FOURTH
131 first second third fourth
132 FIRST SECOND THIRD FOURTH
133 first second third fourth
134 FIRST SECOND THIRD FOURTH
135 first second third fourth
136 FIRST SECOND THIRD FOURTH
137 first second third fourth
138 FIRST SECOND THIRD FOURTH
139 first second third fourth
140 FIRST SECOND THIRD FOURTH
141 first second third fourth
142 FIRST SECOND THIRD FOURTH
143 first second third fourth
144 FIRST SECOND THIRD FOURTH
145 first second third fourth
146 FIRST SECOND THIRD FOURTH
147 first second third fourth
148 FIRST SECOND THIRD FOURTH
149 first second third fourth
150 FIRST SECOND THIRD FOURTH
151 first second third fourth
152 FIRST SECOND THIRD FOURTH
153 first second third fourth
154 FIRST SECOND THIRD FOURTH
155 first second third fourth
156 FIRST SECOND THIRD FOURTH
157 first second third fourth
158 FIRST SECOND THIRD FOURTH
159 first second third fourth
160 FIRST SECOND THIRD FOURTH
161 first second third fourth
162 FIRST SECOND THIRD FOURTH
163 first second third fourth
164 FIRST SECOND THIRD FOURTH
165 first second third fourth
166 FIRST SECOND THIRD FOURTH
167 first second third fourth
168 FIRST SECOND THIRD FOURTH
169 first second third fourth
170 FIRST SECOND THIRD FOURTH
171 first second third fourth
172 FIRST SECOND THIRD FOURTH
173 first second third fourth
174 FIRST SECOND THIRD FOURTH
175 first second third fourth
176 FIRST SECOND THIRD FOURTH
177 first second third fourth
178 FIRST SECOND THIRD FOURTH
179 first second third fourth
180 FIRST SECOND THIRD FOURTH
181 first second third fourth
182 FIRST SECOND THIRD FOURTH
183 first second third fourth
184 FIRST SECOND THIRD FOURTH
185 first second third fourth
186 FIRST SECOND THIRD FOURTH
187 first second third fourth
188 FIRST SECOND THIRD FOURTH
189 first second third fourth
190 FIRST SECOND THIRD FOURTH
191 first second third fourth
192 FIRST SECOND THIRD FOURTH
193 first second third fourth
194 FIRST SECOND THIRD FOURTH
195 first second third fourth
196 FIRST SECOND THIRD FOURTH
197 first second third fourth
198 FIRST SECOND THIRD FOURTH
199 first second third fourth
200 FIRST SECOND THIRD FOURTH
201 first second third fourth
202 FIRST SECOND THIRD FOURTH
203 first second third fourth
204 FIRST SECOND THIRD FOURTH
205 first second third fourth
206 FIRST SECOND THIRD FOURTH
207 first second third fourth
208 FIRST SECOND THIRD FOURTH
209 first second third fourth
210 FIRST SECOND THIRD FOURTH
211 first second third fourth
212 FIRST SECOND THIRD FOURTH
213 first second third fourth
214 FIRST SECOND THIRD FOURTH
215 first second third fourth
216 FIRST SECOND THIRD FOURTH
217 first second third fourth
218 FIRST SECOND THIRD FOURTH
219 first second third fourth
220 FIRST SECOND THIRD FOURTH
221 first second third fourth
222 FIRST SECOND THIRD FOURTH
223 first second third fourth
224 FIRST SECOND THIRD FOURTH
225 first second third fourth
226 FIRST SECOND THIRD FOURTH
227 first second third fourth
228 FIRST SECOND THIRD FOURTH
229 first second third fourth
230 FIRST SECOND THIRD FOURTH
231 first second third fourth
232 FIRST SECOND THIRD FOURTH
233 first second third fourth
234 FIRST SECOND THIRD FOURTH
235 first second third fourth
236 FIRST SECOND THIRD FOURTH
237 first second third fourth
238 FIRST SECOND THIRD FOURTH
239 first second third fourth
240 FIRST SECOND THIRD FOURTH
241 first second third fourth
242 FIRST SECOND THIRD FOURTH
243 first second third fourth
244 FIRST SECOND THIRD FOURTH
245 first second third fourth
246 FIRST SECOND THIRD FOURTH
247 first second third fourth
248 FIRST SECOND THIRD FOURTH
249 first second third fourth
250 FIRST SECOND THIRD FOURTH
251 first second third fourth
252 FIRST SECOND THIRD FOURTH
253 first second third fourth
254 FIRST SECOND THIRD FOURTH
255 first second third fourth
256 FIRST SECOND THIRD FOURTH
257 first second third fourth
258 FIRST SECOND THIRD FOURTH
259 first second third fourth
260 FIRST SECOND THIRD FOURTH
261 first second third fourth
262 FIRST SECOND THIRD FOURTH
263 first second third fourth
264 FIRST SECOND THIRD FOURTH
265 first second third fourth
266 FIRST SECOND THIRD FOURTH
267 first second third fourth
268 FIRST SECOND THIRD FOURTH
269 first second third fourth
270 FIRST SECOND THIRD FOURTH
271 first second third fourth
272 FIRST SECOND THIRD FOURTH
273 first second third fourth
274 FIRST SECOND THIRD FOURTH
275 first second third fourth
276 FIRST SECOND THIRD FOURTH
277 first second third fourth
278 FIRST SECOND THIRD FOURTH
279 first second third fourth
280 FIRST SECOND THIRD FOURTH
281 first second third fourth
282 FIRST SECOND THIRD FOURTH
283 first second third fourth
284 FIRST SECOND THIRD FOURTH
285 first second third fourth
286 FIRST SECOND THIRD FOURTH
287 first second third fourth
288 FIRST SECOND THIRD FOURTH
289 first second third fourth
290 FIRST SECOND THIRD FOURTH
291 first second third fourth
292 FIRST SECOND THIRD FOURTH
293 first second third fourth
294 FIRST SECOND THIRD FOURTH
295 first second third fourth
296 FIRST SECOND THIRD FOURTH
297 first second third fourth
298 FIRST SECOND THIRD FOURTH
299 first second third fourth
300 FIRST SECOND THIRD FOURTH
301 first second third fourth
302 FIRST SECOND THIRD FOURTH
303 first second third fourth
304 FIRST SECOND THIRD FOURTH
305 first second third fourth
306 FIRST SECOND THIRD FOURTH
307 first second third fourth
308 FIRST SECOND THIRD FOURTH
309 first second third fourth
310 FIRST SECOND THIRD FOURTH
311 first second third fourth
312 FIRST SECOND THIRD FOURTH
313 first second third fourth
314 FIRST SECOND THIRD FOURTH
315 first second third fourth
316 FIRST SECOND THIRD FOURTH
317 first second third fourth
318 FIRST SECOND THIRD FOURTH
319 first second third fourth
320 FIRST SECOND THIRD FOURTH
321 first second third fourth
322 FIRST SECOND THIRD FOURTH
323 first second third fourth
324 FIRST SECOND THIRD FOURTH
325 first second third fourth
326 FIRST SECOND THIRD FOURTH
327 first second third fourth
328 FIRST SECOND THIRD FOURTH

@ -1,4 +1,4 @@
#define PACKAGE "csv2latex"
#define RELEASE_DATE "2020-01-04"
#define VERSION "0.22"
#define RELEASE_DATE "2022-10-06"
#define VERSION "0.23"

Loading…
Cancel
Save