Add strlcat() and strlcpy(), might convert to them in the future

This commit is contained in:
Berke Viktor
2012-09-24 02:39:52 +02:00
parent ba0bcc9214
commit 2c2419f230
6 changed files with 97 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
#ifndef XCHAT_UTIL_H
#define XCHAT_UTIL_H
#include "strlutil.h"
#define rfc_tolower(c) (rfc_tolowertab[(unsigned char)(c)])
extern const unsigned char rfc_tolowertab[];