Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifdef _MSC_VER
- #define ai __forceinline
- #else
- #define ai static inline __attribute__((__always_inline__, __nodebug__))
- #endif
- ai int foo(int bar) { ... }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement