Imported Upstream version 2.7.4
This commit is contained in:
parent
fd413a3168
commit
c9cb2187ee
290 changed files with 7473 additions and 2607 deletions
|
|
@ -43,6 +43,7 @@
|
|||
#include "timehead.h"
|
||||
#include "attribute.h"
|
||||
#include "proto.h"
|
||||
#include "str.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
/* *INDENT-OFF* */
|
||||
|
|
@ -118,11 +119,6 @@ void *xcalloc(size_t number, size_t size);
|
|||
void *xrealloc(void *ptr, size_t size);
|
||||
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