1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

arbitrary precision decimal numbers

This commit is contained in:
serg@serg.mylan
2004-10-18 14:06:46 +02:00
parent 09e9651acc
commit bd10f962f2
5 changed files with 1714 additions and 9 deletions

View File

@@ -30,6 +30,6 @@
char *llstr(longlong value,char *buff)
{
longlong2str(value,buff,-10);
longlong10_to_str(value,buff,-10);
return buff;
}