Tasmota/lib/libesp32/berry/src/be_libs.h
2021-12-14 15:10:03 +01:00

16 lines
483 B
C

/********************************************************************
** Copyright (c) 2018-2020 Guan Wenliang
** This file is part of the Berry default interpreter.
** skiars@qq.com, https://github.com/Skiars/berry
** See Copyright Notice in the LICENSE file or at
** https://github.com/Skiars/berry/blob/master/LICENSE
********************************************************************/
#ifndef BE_LIBS_H
#define BE_LIBS_H
#include "berry.h"
void be_loadlibs(bvm *vm);
#endif