I have two situations like:<div><br></div><div>typedef struct {</div><div>  int foo;</div><div>} bar;</div><div><br></div><div>and</div><div><br></div><div>struct _bar {</div><div>  int foo;</div><div>};</div><div><br></div>
<div>typedef struct _bar bar;</div><div><br></div><div><ol><li>How can I differ from these two situations?</li></ol></div><div><br></div><div><br></div>