Skip to content

Commit 1de7c12

Browse files
authored
Update C_Files.md
1 parent 75eb5a6 commit 1de7c12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

LearningC/C_Language_Shorts/C_Files.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ You could use code_source.banana, but it's not usefull since:
1414
1515
## Header
1616
> [!NOTE]
17-
> header-files contain information on how to use functions and variables from other files or libraries
17+
> 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.
1820
1921
> [!TIP]
2022
> **.h** | C/C++ headers

0 commit comments

Comments
 (0)