2023年11月16日

摘要: 1. 引言 C开发中,通常需要编译多个文件,本文将简要介绍在VS Code中进行C开发时如何编译多个文件。实例工程结构如图所示: 其中,main.c文件内容如下: #include "stdio.h" /* Includings */ #include "umath.h" #include "ucm 阅读全文

posted @ 2023-11-16 22:02 昨夜三更雨 阅读(1827) 评论(0) 推荐(0)