Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'void *' type needs explicit cast
A void
pointer is assigned to a nonvoid pointer by implicit conversion. You must use an explicit cast.