We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75eb5a6 commit 1de7c12Copy full SHA for 1de7c12
LearningC/C_Language_Shorts/C_Files.md
@@ -14,7 +14,9 @@ You could use code_source.banana, but it's not usefull since:
14
15
## Header
16
> [!NOTE]
17
-> header-files contain information on how to use functions and variables from other files or libraries
+> header-files contain information on how to use functions and variables from other files or libraries.\
18
+> if your header-file contains not only declarations but also code, please keep the **.h** extension.\
19
+> **.c** is for source-files only.
20
21
> [!TIP]
22
> **.h** | C/C++ headers
0 commit comments