OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_xtoa
(Results
1 - 1
of
1
) sorted by null
/external/embunit/src/
stdImpl.c
111
static char*
_xtoa
(unsigned long v,char *string, int r, int is_neg)
function
138
return
_xtoa
((unsigned long)(-v), string, r, 1);
140
return
_xtoa
((unsigned long)(v), string, r, 0);
Completed in 652 milliseconds