1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/include/llarp/common.h
Jeff Becker 8c2bbbb2eb
more
2018-04-04 12:10:27 -04:00

8 lines
137 B
C

#ifndef LLARP_COMMON_H
#define LLARP_COMMON_H
#ifdef __STRICT_ANSI__
#define INLINE __inline__
#else
#define INLINE inline
#endif
#endif