From 03f47c60e7963f24b8fa073abe2ad94cd688fc26 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: Sat, 14 Sep 2019 10:42:33 +0800 Subject: Follow a convenient way for inlining request function https://en.wikipedia.org/wiki/Inline_function#C99 --- request.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 request.c (limited to 'request.c') diff --git a/request.c b/request.c new file mode 100644 index 0000000..fe1b8bd --- /dev/null +++ b/request.c @@ -0,0 +1,5 @@ +#include "rtclient/request.h" + +extern inline void request(const char *, const char * + , size_t (*)(void *, size_t, size_t, void *) + , void *, struct curl_httppost *); -- cgit v1.2.3