Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
3658d2df
Commit
3658d2df
authored
Feb 11, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: developer: Add a note about reserved system name space
parent
56dea32f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
developer.texi
doc/developer.texi
+8
-0
No files found.
doc/developer.texi
View file @
3658d2df
...
...
@@ -200,6 +200,14 @@ For externally visible symbols, each library has its own prefix. Check
the existing code and choose names accordingly.
@end itemize
Furthermore, name space reserved for the system should not be invaded.
Identifiers ending in @code
{_
t
}
are reserved by
@url
{
http://pubs.opengroup.org/onlinepubs/007904975/functions/xsh
_
chap02
_
02.html#tag
_
02
_
02
_
02, POSIX
}
.
Also avoid names starting with @code
{__}
or @code
{_}
followed by an uppercase
letter as they are reserved by the C standard. Names starting with @code
{_}
are reserved at the file level and may not be used for externally visible
symbols. If in doubt, just avoid names starting with @code
{_}
altogether.
@subsection Miscellaneous conventions
@itemize @bullet
@item
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment