how to call subprogram



I defined some function in maxima.
It was called subfun.wxm
such as
C(h,k,r):=(x-h)^2+(y-k)^2=r^2;
......
and so on.

I want to use the functions from subfun.wxm by any maxima program.
How can I to do?