mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 18:20:20 +00:00
Add strlcat() and strlcpy(), might convert to them in the future
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user