Numworks Epsilon  1.4.1
Graphing Calculator Operating System
macros.h
Go to the documentation of this file.
1 #ifndef LIBA_MACROS_H
2 #define LIBA_MACROS_H
3 
4 #ifdef __cplusplus
5 #define LIBA_BEGIN_DECLS extern "C" {
6 #define LIBA_END_DECLS }
7 #else
8 #define LIBA_BEGIN_DECLS
9 #define LIBA_END_DECLS
10 #endif
11 
12 #endif