Imported Upstream version 2.7.3
This commit is contained in:
parent
a356b56d11
commit
fd413a3168
283 changed files with 14978 additions and 6511 deletions
|
|
@ -120,6 +120,8 @@ char *xstrdup(const char *string);
|
|||
|
||||
char *rtrim(char *in, const char sep);
|
||||
char* ltrim(char *in, const char sep);
|
||||
char *rtrim_m(char *in, const char *seps);
|
||||
char* ltrim_m(char *in, const char *seps);
|
||||
|
||||
int select_read(const int fd, void *buf, const size_t buflen, const long d_sec, const long d_usec);
|
||||
int select_write(const int fd, const void *buf, const size_t buflen, const long d_sec, const long d_usec);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue