Hi friends,
I don't know what is the exact meaning of the expresion (->) in Keil? thanks for any idea.
A pointer can point to an int. Or a char. Or a struct. Or a float. Or a function. It doesn't really care - in the general case it can point to anything that can have an address. Note that some architectures have limitations because of non-uniform addressing of the memory.