Does it makes any sense to use __static__((pure))
and static inline
both in the same function declaration in c?
↧
Does it provide any benefits to simultaneously use "__static__((pure))" and "static inline"?
↧