//
// Single:1 - Block:1
//
#ifndef _C_HEADER_
#define _C_HEADER_
   typedef struct MyDescriptor
   {
      int size;
      const char*data;
   } MyDescriptor;
#endif
