mirror of
https://github.com/samba-team/samba.git
synced 2025-06-17 15:17:09 +03:00
8 lines
189 B
C
8 lines
189 B
C
#ifndef __BSD_STRLFUNC_H__
|
|
|
|
extern size_t strlcpy(char *dst, const char *src, size_t siz);
|
|
extern size_t strlcat(char *dst, const char *src, size_t siz);
|
|
|
|
#define __BSD_STRLFUNC_H__
|
|
#endif
|