NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typeconversion.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FTOA_BUFFER_SIZE   13
 

Functions

void uli2a (unsigned long int num, unsigned int base, int uc, char *bf)
 
void li2a (long num, char *bf)
 
void ui2a (unsigned int num, unsigned int base, int uc, char *bf)
 
void i2a (int num, char *bf)
 
char a2i (char ch, const char **src, int base, int *nump)
 
char * ftoa (float x, char *floatString)
 
float fastA2F (const char *p)
 
char * itoa (int i, char *a, int r)
 

Macro Definition Documentation

#define FTOA_BUFFER_SIZE   13

Function Documentation

char a2i ( char  ch,
const char **  src,
int  base,
int *  nump 
)
float fastA2F ( const char *  p)
char* ftoa ( float  x,
char *  floatString 
)

Here is the call graph for this function:

void i2a ( int  num,
char *  bf 
)

Here is the call graph for this function:

char* itoa ( int  i,
char *  a,
int  r 
)
void li2a ( long  num,
char *  bf 
)
void ui2a ( unsigned int  num,
unsigned int  base,
int  uc,
char *  bf 
)
void uli2a ( unsigned long int  num,
unsigned int  base,
int  uc,
char *  bf 
)