Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 13
    I'm pretty sure that inline was standardized in C++ first, although it was already available as a vendor extension in C.... yep, seems it was added to the C standard in C99. Commented Jan 10, 2011 at 22:30
  • @Ben Voigt: You're right. I first encountered it in C. Commented Jan 11, 2011 at 15:16
  • 7
    Also be aware that not only is the history wrong, but the rules for inline in C99 and later are different from the rules for inline in C++. Commented Aug 20, 2014 at 22:52
  • Any proof compilers ignore it? Commented Oct 21, 2020 at 12:14