mirror of https://github.com/arendst/Tasmota.git
Berry upstream (#18471)
This commit is contained in:
parent
f46b9f4e2d
commit
f5e6ba956d
|
@ -765,7 +765,6 @@ BERRY_API bint be_str2int(const char *str, const char **endstr);
|
|||
* @return (???)
|
||||
*/
|
||||
BERRY_API breal be_str2real(const char *str, const char **endstr);
|
||||
BERRY_API const char *be_str2num(bvm *vm, const char *str);
|
||||
|
||||
/**
|
||||
* @fn const char* be_str2num(bvm *vm, const char *str)
|
||||
|
@ -792,7 +791,6 @@ BERRY_API const char* be_str2num(bvm *vm, const char *str);
|
|||
*/
|
||||
BERRY_API int be_top(bvm *vm);
|
||||
|
||||
|
||||
/**
|
||||
* @fn const char* be_typename(bvm *vm, int index)
|
||||
* @note FFI function
|
||||
|
|
Loading…
Reference in New Issue