mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
added strocpy()
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3238 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0e133595d1
commit
b886e97d5e
2 changed files with 17 additions and 0 deletions
|
|
@ -101,6 +101,9 @@ int expand_escape(const char **data);
|
|||
/* Escape all '"', "'" and '\' chars with '\' */
|
||||
char *escape_string(const char *str);
|
||||
|
||||
/* Like strlcpy(), but return -1 if buffer was overflown, 0 if not. */
|
||||
int strocpy(char *dest, const char *src, size_t dstsize);
|
||||
|
||||
int nearest_power(int num);
|
||||
|
||||
/* Returns TRUE / FALSE */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue