KIDS
ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
macro_utils.h
Go to the documentation of this file.
1
#ifndef KIDS_MACRO_UTILS_H
2
#define KIDS_MACRO_UTILS_H
3
4
#if defined(_MSC_VER)
5
#define FUNCTION_NAME __FUNCSIG__
6
#elif defined(__INTEL_COMPILER)
7
#define FUNCTION_NAME __FUNCTION_SIGNATURE__
8
#else
9
#define FUNCTION_NAME __PRETTY_FUNCTION__
10
#endif
11
12
#define NEW(X)
13
14
#endif
// KIDS_MACRO_UTILS_H
home
shin
share
KIDS
src
core
include
kids
macro_utils.h
Generated on Mon May 27 2024 11:36:31 for KIDS by
1.10.0