aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-09-18 11:58:56 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-09-18 11:58:56 +0200
commit973edb08ed5ff35644328c244d5d584f44a70591 (patch)
tree864b7e74297fafa44db93ce5c55888380282de56 /README
parentb67acafd615ae705a3e3682f87f35027789ddda5 (diff)
downloadcforum-973edb08ed5ff35644328c244d5d584f44a70591.tar.gz
Implement `add' functions
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 7 insertions, 7 deletions
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