PokittoItoa.h
Go to the documentation of this file.
1 /**************************************************************************/
35 /**************************************************************************/
36 
37 
38 #ifndef POKITTO_ITOA_H
39 #define POKITTO_ITOA_H
40 
41 #include <stdint.h>
42 
45 extern void pokItoa(uint16_t, char*,int);
46 extern void pokUtoa(int16_t, char*,int);
47 extern void pokLtoa(long, char*,int);
48 
49 #endif // POKITTO_ITOA_H
50 
void pokItoa(uint16_t, char *, int)
Definition: PokittoItoa.cpp:42