#include "struct-1.h"

struct ChainSearchRecord {
 int identity;
};
typedef struct ChainSearchRecord ChainSearchRecord;
void foo (ChainSearchPtr s)
{
  s->identity = 0x6a73616d;
}



syntax highlighted by Code2HTML, v. 0.9.1