@@ -1,11 +1,11 @@
/*
@module bit64
-@summary 32位系统上对64位数据的基本算术运算和逻辑运算,64位数据用9字节string存储,byte7~byte0存数据,byte8=0表示整形,其他表示浮点
+@summary 32位系统上对64位数据的基本算术运算和逻辑运算
@version 0.1
@date 2023.03.11
-@video
@tag LUAT_USE_BIT64
@demo bit64
+@note 64位数据用9字节string存储,byte7~byte0存数据,byte8=0表示整形,其他表示浮点
*/
#include "luat_base.h"
#include "luat_malloc.h"