diff options
Diffstat (limited to 'include/README')
| -rw-r--r-- | include/README | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/README b/include/README index 194dcd4..49819c0 100644 --- a/include/README +++ b/include/README @@ -25,9 +25,7 @@ new version when next recompiled. The header file eliminates the labor of finding and changing all the copies as well as the risk that a failure to find one copy will result in inconsistencies within a program. -In C, the usual convention is to give header files names that end with `.h'. -It is most portable to use only letters, digits, dashes, and underscores in -header file names, and at most one dot. +In C, the convention is to give header files names that end with `.h'. Read more about using header files in official GCC documentation: |