<div dir="ltr">Hi<div><br></div><div>I'm trying to receive the data of a structure without a typedef.</div><div><br></div><div>struct s_example{<br>    int a;<br>        int b;<br>} s_example_test1 = {1,2};<br></div><div><br></div><div>The type of <b>s_example_test1</b> is <b>elaborated</b> and I'm trying to receive the structure's data.</div><div><br></div><div>Is there a way to get the data?</div><div><br></div><div>I expected to receive the following data:</div><div>struct s_example{<br>int a;<br>int b;<br>} <br></div><div><br></div><div><br></div><div>Thanks</div><div>Zorik</div></div>