anxious7
Technical User
- Nov 23, 2007
- 7
what should i do in order to avoid casting in this situation ?
(unknown data type) *ptr = 0x00102f3c;
(unknown data type) *ptr = 0x00102f3c;
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
void *mk_ptr ( unsigned long addr ) {
return (void*)addr;
}