What methods are there to modularize C code?

后端 未结 8 1815
我在风中等你
我在风中等你 2021-02-05 15:48

What methods, practices and conventions do you know of to modularize C code as a project grows in size?

8条回答
  •  不要未来只要你来
    2021-02-05 16:18

    The High and Low-Level C article contains a lot of good tips. Especially, take a look at the "Classes and objects" section.

    Standards and Style for Coding in ANSI C also contains good advice of which you can pick and choose.

提交回复
热议问题