%u: > If I have an alias F that represents a function, is there any way for me to > create a function func() whose signature is exactly the same as that of F? In theory this has to be enough: typeof(F) F2; Bye, bearophile