Skip to content

Instantly share code, notes, and snippets.

@JackYang-hellobobo
Created January 12, 2024 08:22
Show Gist options
  • Save JackYang-hellobobo/6ef10229a7415d42e2f1b6f95470616c to your computer and use it in GitHub Desktop.
Save JackYang-hellobobo/6ef10229a7415d42e2f1b6f95470616c to your computer and use it in GitHub Desktop.
标准头文件结构

C语言 标准头文件书写 里面放置的是函数声明

#ifndef _LIST_HEAD_  
#def _LIST_HEAD_

...

#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment