#ifndef __SIMUL_EFUN_H #define __sIMUL_EFUN_H int absolute_value(int x); int alignment_ok(object ob); int ambassadorp(object ob); int archp(object ob); string arrange_string(string str, int x); int atoi(string str); string base_name(object ob); #endif /* __SIMUL_EFUN_H */