What does -> mean in the following line of code?
bulk_in=end_point->bEndpointAddress;
My books show - and > but neither of them seem to apply. The books don't seem to show both together. This is part of a USB driver that I'm trying to convert from Linux to C for the PIC processors. (USB class TMC. Microchip has USB drivers but not for the Test and Measurement Class.)