diff options
Diffstat (limited to 'strings/llstr.c')
-rw-r--r-- | strings/llstr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/llstr.c b/strings/llstr.c index 643cf36a311..678f8b05f39 100644 --- a/strings/llstr.c +++ b/strings/llstr.c @@ -38,3 +38,4 @@ char *ullstr(longlong value,char *buff) longlong10_to_str(value,buff,10); return buff; } + |