Derive-C
Loading...
Searching...
No Matches
namespace.h
Go to the documentation of this file.
1#pragma once
2
3#define NS_EXPANDED(pre, post) pre##_##post
4#define NS(pre, post) NS_EXPANDED(pre, post)
5#define EXPAND(...) __VA_ARGS__
6#define PRIV(name) NS(__private, name)