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