c——动态数组
摘要:#include <stdio.h> #include <string.h> typedef struct test_s test_t; struct test_s { int a; int b; char arr[0]; }; int main() { test_t *t; char buf[32
阅读全文
posted @ 2022-11-17 13:17
posted @ 2022-11-17 13:17
posted @ 2022-04-23 10:30
posted @ 2022-03-08 10:28
posted @ 2021-11-16 00:51
posted @ 2021-09-05 09:31