#ifndef MINIMAL_H
#define MINIMAL_H

#define HIDEIT _
#define HIDECAT1(x,y) x ## y ## x
#define HIDECAT(x,y) HIDECAT1(x,y)

#endif
