1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-05 21:34:17 +01:00

WINGs: Add detection and local copy for strlcat()/strlcpy()

Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
This commit is contained in:
Tamas TEVESZ
2010-09-23 23:23:29 +02:00
committed by Carlos R. Mafra
parent 51236308d2
commit d2853c8584
3 changed files with 121 additions and 1 deletions

View File

@@ -849,7 +849,12 @@ extern int WCErrorCode;
/*-------------------------------------------------------------------------*/
#ifndef HAVE_STRLCPY
size_t strlcpy(char *, const char *, size_t);
#endif
#ifndef HAVE_STRLCAT
size_t strlcat(char *, const char *, size_t);
#endif
#ifdef __cplusplus
}