picotm  0.8.0
Macros
compiler.h File Reference

Contains macros for dealing with compiler extensions. More...

Macros

#define PICOTM_BEGIN_DECLS
 
#define PICOTM_END_DECLS
 
#define PICOTM_NORETURN
 
#define PICOTM_NOTHROW
 
#define PICOTM_EXPORT
 

Macro Definition Documentation

◆ PICOTM_BEGIN_DECLS

#define PICOTM_BEGIN_DECLS

Begin interface declarations

◆ PICOTM_END_DECLS

#define PICOTM_END_DECLS

End interface declarations

◆ PICOTM_EXPORT

#define PICOTM_EXPORT

Export interface from binary object.

◆ PICOTM_NORETURN

#define PICOTM_NORETURN

Exported function does not return.

◆ PICOTM_NOTHROW

#define PICOTM_NOTHROW

Exported function does not throw exceptions.