aboutsummaryrefslogtreecommitdiffstats
path: root/demo.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-07-02 11:24:35 +0200
committerMattias Andrée <maandree@kth.se>2023-07-02 11:24:35 +0200
commite6ffdd93965a0cd0d10f7b7e302e2947e9b46dd7 (patch)
tree85516a0e527e26bf2c0516facab5c377ccb10ceb /demo.c
parentAdd coverage test (requires `make check` which has not been implemented yet) (diff)
downloadlibparsepcf-e6ffdd93965a0cd0d10f7b7e302e2947e9b46dd7.tar.gz
libparsepcf-e6ffdd93965a0cd0d10f7b7e302e2947e9b46dd7.tar.bz2
libparsepcf-e6ffdd93965a0cd0d10f7b7e302e2947e9b46dd7.tar.xz
m + add some documentation
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'demo.c')
-rw-r--r--demo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo.c b/demo.c
index 3181455..4a6cf10 100644
--- a/demo.c
+++ b/demo.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include "libparsepcf.h"
#include <fcntl.h>
#include <stdio.h>