diff options
author | chai <chaifix@163.com> | 2018-06-08 18:26:18 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-06-08 18:26:18 +0800 |
commit | 4e9d6b9a1b416c5ca31b441a2bcf40c214da1658 (patch) | |
tree | b06094a86d655add176cc2f427f168dbdf755ec9 /lls | |
parent | 726fa81bf2597aa4b3d14a89915993eaa9d62908 (diff) |
增加mask
Diffstat (limited to 'lls')
-rw-r--r-- | lls/lls.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ typedef struct int type; union { - float _real; + int _integer; + float _decimal; char* _string; char _bool; void* _set; |