Searched defs:ltos (Results 1 – 3 of 3) sorted by relevance
34 char * ltos ( char * s, unsigned long l) in ltos() function
167 ltos(long n) in ltos() function
86 #define ltos(x) fmtbase((long)(x),0,0) macro