日期: 2024 年 8 月 6 日

2 篇文章

CS61C-Lab02 Summary
结构体初始化器 Str make_Str(char *str) { /* Below is a designated initializer. It creates a Str struct and initializes its data field to str and its len fiel…