diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-19 16:43:18 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-19 16:43:18 +0800 |
commit | 4898094229ecee8061896280afffbe74bae717e8 (patch) | |
tree | 55e8afe517123877846e8e9ff8edfa21e99be307 /post.c | |
parent | a88e6d47c5e51d09415e450ece221fb7665f34f6 (diff) |
Post content builder inline function
Diffstat (limited to 'post.c')
-rw-r--r-- | post.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#include "post.h" + +extern inline void post(const char *, const char *[], size_t); |