Relative Content

Tag Archive for c++cclanginline

C equivalent of C++ inline

I am working on a project involving mixed C and C++ programming, in which there are many short (mostly) but very commonly used utility functions on both sides, and I put them all into a unified header file.