From 973edb08ed5ff35644328c244d5d584f44a70591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 18 Sep 2021 11:58:56 +0200 Subject: Implement `add' functions --- README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index 3b17846..a3352ba 100644 --- a/README +++ b/README @@ -8,21 +8,21 @@ C89, it can be run on practically any UNIX system. It is also rather small: wc -l *.c *.h */*.t */*.lex - 96 cforum.c - 99 ctl.c - 133 db.c + 113 cforum.c + 122 ctl.c + 230 db.c 10 err.c 106 query.c 3 ctl.h - 37 db.h + 40 db.h 0 err.h 14 query.h 2 site.h 3 t/err.t 1 t/foot.t - 14 t/front.t + 26 t/front.t 6 t/head.t 28 t/post.t - 2 t/user.t + 12 t/user.t 87 mktpl/mktpl.lex - 641 total + 803 total -- cgit v1.2.3