mirror of
https://github.com/curl/curl.git
synced 2026-08-02 10:30:28 +03:00
parent
5b5e2f7318
commit
d485177151
4 changed files with 135 additions and 144 deletions
|
|
@ -43,6 +43,7 @@ struct Curl_str {
|
|||
};
|
||||
|
||||
void Curl_str_init(struct Curl_str *out);
|
||||
void Curl_str_assign(struct Curl_str *out, const char *str, size_t len);
|
||||
|
||||
#define Curl_str(x) ((x)->str)
|
||||
#define Curl_strlen(x) ((x)->len)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue