fakir/libstd/fun.hpp

11 lines
128 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
{
STDRET println(STDARGS args);
}
#endif