创建C头文件
问题描述:
如何在C中创建头文件,以后可以使用.
How do I create header files in C which I can use in the future.
Thanks in advance!
答
Internet上有很多资源可以教您如何编写头文件以及如何构造代码.以下是初学者的一小部分:
There are lots of resources out there on the internets that will teach you how to write header files and how to go about structuring your code. Here is a small list for starters:
- C Header Files (Breaking Up Code)[^]
- Writing C header files[^]
- Writing larger programs[^]
- Google for more![^]
无法回答的重要部分可能隐藏在神秘的我将来可以使用" 中.要获得正确的答案,您需要解释其确切含义.
祝您编程愉快!
-MRB
The important part that can not be answered is probably hidden in the enigmatic "which I can use in the future". To get a proper answer for that you would need to explain what exactly you mean by that.
Happy coding!
-MRB