#include <my_global.h>#include "m_string.h"Include dependency graph for llstr.c:

Go to the source code of this file.
Functions | |
| char * | llstr (longlong value, char *buff) |
| char* llstr | ( | longlong | value, | |
| char * | buff | |||
| ) |
Definition at line 31 of file llstr.c.
References longlong10_to_str.
00032 { 00033 longlong10_to_str(value,buff,-10); 00034 return buff; 00035 }
1.4.7

