HiRep 0.1
Loading...
Searching...
No Matches
core_utils.h
Go to the documentation of this file.
1
6#ifndef CORE_UTILS_H
7#define CORE_UTILS_H
8
9#ifdef DEF_HIREP_GBL_VAR
10#define GLB_VAR(type, name, ...) type name __VA_ARGS__
11#else
12#define GLB_VAR(type, name, ...) extern type name
13#endif
14
15#endif