tests/libalias: Make inline functions static inline
In C, plain inline functions should never be used: they should be
declared either static inline or extern inline. In this case, they are
clearly meant to be static inline.
MFC after: 3 days
tests/libalias: Make inline functions static inline Tags None Referenced Files None Subscribers None
Description
Details
|