fakir/libstd/fun.hpp

12 lines
162 B
C++
Raw Normal View History

2023-09-20 15:17:13 +00:00
#ifndef fkstd_FUN_HPP
#define fkstd_FUN_HPP
#include "commons.hpp"
namespace fkstd
{
2023-09-20 19:21:51 +00:00
STDRET assert_eq(STDARGS args);
2023-09-20 15:17:13 +00:00
STDRET println(STDARGS args);
}
#endif