Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Inline function
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== armcc === armcc in C90 mode provides <code>extern inline</code> and <code>inline</code> semantics that are the same as in C++: Such definitions will emit a function shared among translation units if required. In C99 mode, <code>extern inline</code> always emits a function, but like in C++, it will be shared among translation units. Thus, the same function can be defined <code>extern inline</code> in different translation units.<ref>{{Cite web|url=http://infocenter.arm.com/help/topic/com.arm.doc.faqs/ka15831.html|title=Documentation β Arm Developer}}</ref> This matches the traditional behavior of Unix C compilers<ref>gcc manual page, description of <code>-fno-common</code></ref> for multiple non-<code>extern</code> definitions of uninitialized global variables.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)