fakir/libstd/fun.hpp

12 lines
162 B
C++

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