This repository has been archived on 2024-03-07. You can view files and clone it, but cannot push or open issues/pull-requests.
zarn/libstd/fun.hpp

10 lines
164 B
C++
Raw Permalink Normal View History

#ifndef FUN_HPP
#define FUN_HPP
#include "common.hpp"
std::shared_ptr<Constant> println(STDARGS args);
std::shared_ptr<Constant> assert_eq(STDARGS args);
#endif