DEBSOURCES
Skip Quicknav
sources / mk-configure / 0.37.0-2 / examples / c99 / inline_func.h
123456789
#ifndef _INLINE_FUNC_H_ #define _INLINE_FUNC_H_ inline int sum(int a, int b) { return a + b; } #endif // _INLINE_FUNC_H_