Jump to content

Home

syscall()


npauerk

Recommended Posts

Posted

Does anyone know where this function is defined? To the best of my knowledge, none of the C source files implement it, but several of them call it.

Posted

static int (QDECL *syscall)( int arg, ... ) = (int (QDECL *)( int, ...))-1;

 

:confused:

 

I've never seen this syntax before. Can someone explain it to me?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...