Return the C code of an internal function
.rxC(fun)
fun
is the string of a function that you wish to get the C code for
C code if found (as a string) or NULL if not found
Matthew Fider