摘要: 缩写 AP: AUTOSAR Adaptive Platform CP: AUTOSAR Classic Platform AA: Adaptive Application ARA: AUTOSAR Runtime for Adaptive Applications FC: Functional C 阅读全文
posted @ 2021-07-03 17:16 Zijian/TENG 阅读(6187) 评论(0) 推荐(0) 编辑
摘要: 问题描述 帮同事 debug 时,看到如下的 C 代码:用中括号里的数值,指定元素在数组中的次序。第一次见这种用法,验证一下。 #include <stdio.h> int main(int argc, char* argv[]) { int arr[10] = { [9] = 9, [3] = 3 阅读全文
posted @ 2021-07-03 16:57 Zijian/TENG 阅读(3642) 评论(0) 推荐(1) 编辑