Я хотел бы понять, создавая указатель на структуру, нужно ли объявлять объявление структуры typedef такого рода: Я имею в виду typedef struct _something{ int okay; }blah; typedef struct…

IT Шеф

У меня есть typedef для структуры в sampleHeader.h, которая похожа на: typedef struct example Example; и у меня есть в моем sampleSource.c: struct example{ char a[4]; char b[4];…

IT Шеф
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Privacy Policy