embclib  0.1
Macros
complier-cfg.h File Reference

complier relative macros for optimization More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _ASM_   __asm
 
#define _INLINE_   inline
 
#define _STATIC_INLINE_   static inline
 

Detailed Description

complier relative macros for optimization

Author
Binary Maker (https://github.com/binarymaker)
Date
2019-10-16

Macro Definition Documentation

◆ _ASM_

#define _ASM_   __asm

asm keyword for target Compiler

◆ _INLINE_

#define _INLINE_   inline

inline keyword for target Compiler

◆ _STATIC_INLINE_

#define _STATIC_INLINE_   static inline

static inline combination for \ inline function