摘要:
redis之sds(simple dynamic string)阅读笔记1--创建新sds字符串 我们想要定义一个新的sds,如下 sds mysds = sdsnew("test for sds !\n"); 中间经历了什么呢? 首先调用函数sdsnew ********************* 阅读全文
posted @ 2020-07-23 19:36
子虚乌有
阅读(227)
评论(0)
推荐(0)
摘要:
关于C99中的Flexible array member个人理解(原文见 C99 section §6.7.2.1, item 16, page 103)下方是我个人的理解 As a special case, the last element of a structure with more th 阅读全文
posted @ 2020-07-23 15:28
子虚乌有
阅读(3106)
评论(0)
推荐(0)