|
picotm
0.4.0
|
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 |
| #define PICOTM_BEGIN_DECLS |
Begin interface declarations
| #define PICOTM_END_DECLS |
End interface declarations
| #define PICOTM_EXPORT |
Export interface from binary object.
| #define PICOTM_NORETURN |
Exported function does not return.
| #define PICOTM_NOTHROW |
Exported function does not throw exceptions.
1.8.13