10 lines
259 B
C
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);
|