MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / ulonglong2decimal

Function ulonglong2decimal

strings/decimal.c:1023–1027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1021}
1022
1023int ulonglong2decimal(ulonglong from, decimal_t *to)
1024{
1025 to->sign=0;
1026 return ull2dec(from, to);
1027}
1028
1029int longlong2decimal(longlong from, decimal_t *to)
1030{

Callers 2

int2my_decimalFunction · 0.85

Calls 1

ull2decFunction · 0.85

Tested by

no test coverage detected