From 0292e86cf884a26108a59d81d69cee83b54f4c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 18 Sep 2021 10:38:09 +0200 Subject: Clean up database code --- README | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'README') diff --git a/README b/README index 4266c7f..2086996 100644 --- a/README +++ b/README @@ -5,24 +5,24 @@ SQLite as its database. It is designed to be a simple, fast and reliable alternative to software like phpBB. Written in portable C89, it can be run on practically any UNIX system. -It is also rather small. +It is also rather small: -wc -l *.c *.h */*.t */*.lex - 96 cforum.c - 96 ctl.c - 121 db.c - 12 err.c - 106 query.c - 3 ctl.h - 34 db.h - 0 err.h - 14 query.h - 2 site.h - 3 t/err.t - 1 t/foot.t - 13 t/front.t - 6 t/head.t - 27 t/post.t - 2 t/user.t - 87 mktpl/mktpl.lex - 623 total + wc -l *.c *.h */*.t */*.lex + 96 cforum.c + 96 ctl.c + 133 db.c + 10 err.c + 106 query.c + 3 ctl.h + 37 db.h + 0 err.h + 14 query.h + 2 site.h + 3 t/err.t + 1 t/foot.t + 13 t/front.t + 6 t/head.t + 27 t/post.t + 2 t/user.t + 87 mktpl/mktpl.lex + 636 total -- cgit v1.2.3