6 lines
68 B
C
6 lines
68 B
C
|
|
||
|
|
||
|
#ifndef __always_inline
|
||
|
#define __always_inline __inline__
|
||
|
#endif
|