![]() |
|
| << Previous | Next >> | |
| | |
char * htoa( int value, char * buf );
Description
- Converts integer
valueto hexadecimal number and puts result intobuf.Parameters
- value
- 16-bit number to convert
- buf
- Character string of converted number
Return value
- Pointer to end (null terminator) of string in
buf.Library
- STDIO.LIB
See also
- itoa, utoa, ltoa
| Dynamic C Functions | << Previous | Next >> | rabbit.com |