source:
branches/samba-3.0/examples/libsmbclient/smbwrapper/bsd-strlfunc.h
Last change on this file was 1, checked in by , 18 years ago | |
---|---|
File size: 189 bytes |
Line | |
---|---|
1 | #ifndef __BSD_STRLFUNC_H__ |
2 | |
3 | extern size_t strlcpy(char *dst, const char *src, size_t siz); |
4 | extern size_t strlcat(char *dst, const char *src, size_t siz); |
5 | |
6 | #define __BSD_STRLFUNC_H__ |
7 | #endif |
Note:
See TracBrowser
for help on using the repository browser.