Re: obj function hello()



Ian Collins wrote:
int main(void) {
Obj* obj = malloc( sizeof obj );

Oops, malloc( sizeof *obj );


--
Ian Collins.
.