In this answer https://stackoverflow.com/a/4193698/738811 it\'s written that \"Inline functions by default have external linkage\". However it\'s not possible by default to
Inline functions aren't necessarily expanded inline. When they aren't, the language definition requires that there be only one copy of the function.