Files
chat_rebot-connect-with-one…/c/network/http_rel.h

6 lines
86 B
C

#ifndef HTTP_REL
#define HTTP_REL
const char *http_get_body(const char *buf);
#endif