Hi guys..

I've seen some sourcer around the web, and sometimes I've found this:
((void (*)())char array)();

where "char array" was always an initialized one.

How does that work?
Is that some king of function call?

Please, could you explain me?
Thanks a lot.