* Alejandro Colomar: >> Or, more succinctly, put the types in comments: >> >> syscall(SYS_arch_prctl, /* int */ code, /* unsigned long */ addr); > > I'm not sure. I see the point in doing this, but I think I prefer my > version, because it has less noise. But I might be a bit biased :) Not everyone is deeply familiar with C syntax. Anyone who uses the example literally will be disappointed. Thanks, Florian