void SafeStrAppend(char buf[], const uint32_t maxBufSize, uint32_t &offset, const char *format, ...) { if (offset < maxBufSize) { va_list ap; va_start(ap, format); off... Read More
posted @ 2016-11-03 21:33
你好阿汤哥
Views(1195)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号