summaryrefslogtreecommitdiff
path: root/post.c
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-19 16:43:18 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-19 16:43:18 +0800
commit4898094229ecee8061896280afffbe74bae717e8 (patch)
tree55e8afe517123877846e8e9ff8edfa21e99be307 /post.c
parenta88e6d47c5e51d09415e450ece221fb7665f34f6 (diff)
Post content builder inline function
Diffstat (limited to 'post.c')
-rw-r--r--post.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/post.c b/post.c
new file mode 100644
index 0000000..8dca62f
--- /dev/null
+++ b/post.c
@@ -0,0 +1,3 @@
+#include "post.h"
+
+extern inline void post(const char *, const char *[], size_t);