exported Autoarr_KVPair & Autoarr_Unitype

This commit is contained in:
2022-03-31 00:09:24 +03:00
parent c1d004f411
commit 3940eeb2a7
13 changed files with 133 additions and 28 deletions

View File

@@ -35,7 +35,7 @@ void test_searchtree(){
printuni(u);
ST_push(node,"time", u);
printf(" -> time\n ");
u=(Unitype){.type=Double,.Double=-542.00600};
u=(Unitype){.type=Float64,.Float64=-542.00600};
printuni(u);
ST_push(node,"author_id", u);
printf(" -> author_id\n ");
@@ -43,7 +43,7 @@ void test_searchtree(){
printuni(u);
ST_push(node,"channel_id", u);
printf(" -> channel_id\n ");
u=(Unitype){.type=Double,.Double=32.2004};
u=(Unitype){.type=Float64,.Float64=32.2004};
printuni(u);
ST_push(node,"message_id", u);
printf(" -> message_id\n ");