节选自邮件列表 All the mail mirrored from lore.kernel.org
help / color / mirror / Atom feed
[PATCHv3 0/2] update at91 usart compatible for sam9x60 2023-07-18 6:57 Durai Manickam KR 0 siblings, 0 replies; 11 messages in thread From: Durai Manickam KR 2…
删除子串 字符串采用带头结点的链表存储,设计算法函数void delstring(linkstring s, int i,int len) 在字符串s中删除从第i个位置开始,长度为len的子串。 void delstring(linkstring s, int i, int len)
{linkstring p,q,r;int cnt 1;p s->next;wh…
明明包含了头文件,但是还是显示未知的类型
可能这个头文件被某个宏包住了
#if defined(__cplusplus)
在 C 代码中包含了一个 C 的头文件会显示这个错误“the util lib only be used in c”,此时用 #if defined(__cplusplus) #endif 包一下就行了&…