diff options
author | chai <chaifix@163.com> | 2018-11-18 23:31:17 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-18 23:31:17 +0800 |
commit | f0f340dec7821cee103ab9267ef941a917ef4dc4 (patch) | |
tree | 2f77f6ce6bdc9f63f002c13d4c261e1d6a9c1729 /src/libjin/utils/je_macros.h | |
parent | fc7b4579e49aaeecc81919e247e03f68bd5abfd4 (diff) |
*目录改为小写
Diffstat (limited to 'src/libjin/utils/je_macros.h')
-rw-r--r-- | src/libjin/utils/je_macros.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libjin/utils/je_macros.h b/src/libjin/utils/je_macros.h new file mode 100644 index 0000000..6e4e7a9 --- /dev/null +++ b/src/libjin/utils/je_macros.h @@ -0,0 +1,17 @@ +#ifndef __JE_MACROS_H__ +#define __JE_MACROS_H__ +#include <cstring> + +//#define implement // ʵֽӿ +// +//#define shared // ķ +// +//#define MASK // enum +// +//#define onlyonce // ֻһ +//#define CALLONCE(call) static char __dummy__=(call, 1) // ֻһ +//#define SAFECALL(func, params) if(func) func(params) +// +//#define zero(mem) memset(&mem, 0, sizeof(mem)) + +#endif
\ No newline at end of file |