1 2 3 4 5 6 7 8 9 10
#ifndef NASTDXS_DEF #define NASTDXS_DEF struct _nasth { nasth *s; }; typedef struct _nasth * NASTD__Hole; #endif