strlcat.h (180B)
1 #ifndef OPENBSD_STRLCAT_H_ 2 #define OPENBSD_STRLCAT_H_ 3 4 #include <stdlib.h> 5 6 #undef strlcat 7 size_t strlcat(char* dst, const char* src, size_t dsize); 8 9 #endif // OPENBSD_STRLCAT_H_
gitoutA static git page generator | |
git clone https://git.bracken.jp/gitout.git | |
Log | Files | Refs | Submodules | README | LICENSE |