Home
last modified time | relevance | path

Searched defs:Decimal (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Ddecimal.c32 typedef struct Decimal Decimal; typedef
33 struct Decimal { struct
44 ** Release memory held by a Decimal, but do not free the object itself. argument