Code

data: Added sdb_data_expr_type().
authorSebastian Harl <sh@tokkee.org>
Fri, 24 Oct 2014 15:51:03 +0000 (17:51 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 24 Oct 2014 15:51:03 +0000 (17:51 +0200)
commit419b318ff64a7d9048e9692dba7470eab9532d1f
tree68371e9ac31a30c5a7d230d3c130b71b81dec39f
parent914a0b5636a32a97c50f73e14ac7be16b2686860
data: Added sdb_data_expr_type().

This function returns the expected type of the result of an arithmetic
expression based on the operator and input types.
src/core/data.c
src/include/core/data.h
t/unit/core/data_test.c