Wangchf
Results
2
comments of
Wangchf
It means one attribute in struct thread definition, like: struct thread { tid_t tid; char name[16]; struct list_elem elem; unsigned magic; } elem means the attribute named "elem" in your...