Where is load_params_and_steady_state()?

Code8.mod (5.2 KB)
ss.zip (626 Bytes)
Is anyone who could kindly help me to check out the mod file? The mod file itself is workable and do not report any errors. But there is one line (line 76) in mod file reads as: load_params_and_steady_state(ss);
I do not know where is this function defined. It seems that this function literally load the ss file (see it in ss.zip,please unzip it) to give parameters values and steady state values of variables. Is this function be part of Dynare?
Thank you for your help.

That call is a preprocessor command. See

Thank you very much!