|
|||
|
|||
|
#include "inspstring.h"Include dependency graph for inspstring.cpp:

Go to the source code of this file.
Functions | |
| CoreExport size_t | strlcat (char *dst, const char *src, size_t siz) |
| CoreExport size_t | strlcpy (char *dst, const char *src, size_t siz) |
| CoreExport int | charlcat (char *x, char y, int z) |
| charlcat() will append one character to a string using the same safety scemantics as strlcat(). | |
| CoreExport bool | charremove (char *mp, char remove) |
| charremove() will remove all instances of a character from a string | |
|
||||||||||||||||
|
charlcat() will append one character to a string using the same safety scemantics as strlcat().
Definition at line 104 of file inspstring.cpp. Referenced by Channel::ChanModes(). |
|
||||||||||||
|
charremove() will remove all instances of a character from a string
Definition at line 121 of file inspstring.cpp. |
|
||||||||||||||||
|
Definition at line 46 of file inspstring.cpp. Referenced by Channel::ChanModes(), and TreeSocket::Modules(). |
|
||||||||||||||||