lean4-htt/src/runtime/libuv.h
2024-08-12 12:33:24 +00:00

10 lines
259 B
C

/*
Copyright (c) 2024 Lean FRO, LLC. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Markus Himmel
*/
#pragma once
#include <lean/lean.h>
extern "C" LEAN_EXPORT lean_obj_res lean_libuv_version(lean_obj_arg);