help on calling function


pippo
01-28-2004, 03:20 AM
I need a help on calling a function. It's taken from chap.9 of NR, called void scrsho( float( * fx ) ( float ) ). How can I include it in main program in order to plot f(x)=20.85-log(x)? Must I create another function to do this?