![]() |
![]() |
|
![]() |
![]() |
|
Programmierung Rat & Tat für Programmierer |
![]() |
|
Themen-Optionen | Ansicht |
|
![]() |
#1 |
Inventar
![]() Registriert seit: 24.01.2001
Beiträge: 5.631
|
![]() itoa()
convert integer to string Function -------------------------------------------------------------------------------- SYNOPSIS #include <stdlib.h> char *itoa(int value, char *string, int radix); -------------------------------------------------------------------------------- DESCRIPTION The itoa() function constructs a string representation of an integer. -------------------------------------------------------------------------------- PARAMETERS value Is the integer to be converted to string representation. string Points to the buffer that is to hold resulting string. The resulting string may be as long as seventeen bytes. radix Is the base of the number; must be in the range 2 - 36. -------------------------------------------------------------------------------- RETURN VALUES The function itoa() always returns the value string. There is no error return. |
![]() |
![]() |
![]() |
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1) | |
|
|