/* standard function library. just a test version. include this file. */


#ifndef LIB_STD_LIB
#define LIB_STD_LIB

#define secs2string(i)     (string)"/lib/stdlib"->_secs2string(i)
#define secs2sstring(i)    (string)"/lib/stdlib"->_secs2sstring(i)

#endif /* LIB_STD_LIB */
