You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/include/llarp/common.h

9 lines
137 B
C

7 years ago
#ifndef LLARP_COMMON_H
#define LLARP_COMMON_H
#ifdef __STRICT_ANSI__
#define INLINE __inline__
#else
#define INLINE inline
#endif
#endif