fast.h File Reference


Detailed Description

Implement inline optimized commonly used routines.

#include <stdlib.h>

Go to the source code of this file.

Functions

static char * itoa (long value, int len)
 Format a value into its decimal representation.


Function Documentation

static char* itoa ( long  value,
int  len 
) [inline, static]

Format a value into its decimal representation.

Warning:
This function is not thread safe.
Parameters:
value Number to convert.
len Maximum length of the resulting string. The most significant digits are truncated if the len is too short to fit the value.
Returns:
The string representation in a statically allocated string.


Generated on Fri Jun 22 14:45:48 2007 for libdballe-db by  doxygen 1.5.2