Llamar una funcion por medio de su direccion de memoria
typedef void (*funcptr)(); (*(funcptr) 0)(); int main(){ };
DZone Snippets > jcongote > pointers
12388 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
John Edgar Congote Calle http://jcongote.blogspot.com
typedef void (*funcptr)(); (*(funcptr) 0)(); int main(){ };