#ifndef fkstd_FUN_HPP
#define fkstd_FUN_HPP
#include "commons.hpp"
namespace fkstd
{
STDRET assert_eq(STDARGS args);
STDRET println(STDARGS args);
}
#endif