strlcpy.h (183B)
1 #ifndef OPENBSD_STRLCPY_H_ 2 #define OPENBSD_STRLCPY_H_ 3 4 #include <sys/types.h> 5 6 #undef strlcpy 7 size_t strlcpy(char* dst, const char* src, size_t dsize); 8 9 #endif // OPENBSD_STRLCPY_H_
goutA static git page generator | |
| git clone https://git.bracken.jp/gout.git | |
| Log | Files | Refs | README | LICENSE |