typedef struct vs struct definitions [duplicar]


Esta pregunta ya tiene una respuesta aquí:

Soy un principiante en programación en C, pero me preguntaba cuál es la diferencia entre usar typedef al definir una estructura versus no usar typedef. Me parece que realmente no hay diferencia, logran el igual.

struct myStruct{
    int one;
    int two;
};

Vs.

typedef struct{
    int one;
    int two;
}myStruct;

Warning: Undefined property: agent_blog_content::$date_asked in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 32

Warning: Undefined property: agent_blog_content::$count_answers in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 52