#define DST(name) name##\_s name##\_t
DST(object);   #=> object_s object\_t;
Comments