-> c
struct_name -> struct_member
Allows you to access and modify the member of a struct.
struct_name.struct_member
Simply access / read the value of struct_member.
struct_name -> struct_member
Allows you to access and modify the member of a struct.
struct_name.struct_member
Simply access / read the value of struct_member.