This should be unnamed pointer to an array of 4 unsigned-shorts. Unnamed because this line is probably used for some type-casting.
If you provide few more lines surrounding this one answer could probably be more specific
Just to add this : type-casting here was necessary because malloc/calloc return generic (void*) pointer, so you need to "translate" it to what ever you need.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.