In file included from _mt.c:1:<br />
mt.h:17: error: expected specifier-qualifier-list before ‘uint32_t’<br />
mt.h:21: error: expected ‘)’ before ‘seed’<br />
mt.h:22: error: expected ‘)’ before ‘*’ token<br />
_mt.c:17: error: expected declaration specifiers or ‘...’ before ‘uint32_t’<br />
_mt.c: In function ‘mt_init_seed’:<br />
_mt.c:20: error: ‘uint32_t’ undeclared (first use in this function)<br />
_mt.c:20: error: (Each undeclared identifier is reported only once<br />
_mt.c:20: error: for each function it appears in.)<br />
_mt.c:20: error: ‘mt’ undeclared (first use in this function)<br />
_mt.c:22: error: ‘struct mt’ has no member named ‘mt’<br />
_mt.c:23: error: ‘seed’ undeclared (first use in this function)<br />