summaryrefslogtreecommitdiff
path: root/src/ecbor_encoder.c
diff options
context:
space:
mode:
authorrimio <vasi.vilvoiu@gmail.com>2018-02-26 00:26:03 +0200
committerrimio <vasi.vilvoiu@gmail.com>2018-02-26 00:26:03 +0200
commit5c5694dc87e2a752809ee40bac6604fd3a8a275e (patch)
treea981155d71c03066465a2229b05f014e321b1d04 /src/ecbor_encoder.c
parentb55c1a59c7404b979891ff8ec328cddc2dd681fb (diff)
Partial decoder (WIP)
Diffstat (limited to 'src/ecbor_encoder.c')
-rw-r--r--src/ecbor_encoder.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ecbor_encoder.c b/src/ecbor_encoder.c
new file mode 100644
index 0000000..cd9159a
--- /dev/null
+++ b/src/ecbor_encoder.c
@@ -0,0 +1,8 @@
+/*
+ * Copyright (c) 2018 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ *
+ * libecbor is free software; you can redistribute it and/or modify
+ * it under the terms of the MIT license. See LICENSE for details.
+ */
+
+#include "ecbor.h" \ No newline at end of file