From 4898094229ecee8061896280afffbe74bae717e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Thu, 19 Sep 2019 16:43:18 +0800 Subject: Post content builder inline function --- post.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 post.c (limited to 'post.c') 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); -- cgit v1.2.3