src/w2algs/dealias2D/infr.h File Reference


Functions

void * MISC_malloc (size_t size)
void MISC_free (void *p)
void MISC_log (const char *format,...)
int MISC_char_cnt (char *str, char *c_set)
time_t MISC_systime (int *ms)
char * STR_grow (void *str, int length)
char * STR_create (const void *orig_str)
char * STR_copy (char *dest_str, const char *src_str)
char * STR_cat (char *dest_str, const char *src_str)
void STR_free (void *str)
char * STR_append (void *dest_str, const void *src_str, int size)
char * STR_replace (char *str, int offset, int len, char *c_str, int size)
int STR_size (void *str)
char * STR_reset (void *str, int length)
char * STR_gen (char *str,...)


Function Documentation

int MISC_char_cnt ( char *  str,
char *  c_set 
)

void MISC_free ( void *  p  ) 

void MISC_log ( const char *  format,
  ... 
)

void* MISC_malloc ( size_t  size  ) 

time_t MISC_systime ( int *  ms  ) 

char* STR_append ( void *  dest_str,
const void *  src_str,
int  size 
)

char* STR_cat ( char *  dest_str,
const char *  src_str 
)

char* STR_copy ( char *  dest_str,
const char *  src_str 
)

char* STR_create ( const void *  orig_str  ) 

void STR_free ( void *  str  ) 

char* STR_gen ( char *  str,
  ... 
)

char* STR_grow ( void *  str,
int  length 
)

char* STR_replace ( char *  str,
int  offset,
int  len,
char *  c_str,
int  size 
)

char* STR_reset ( void *  str,
int  length 
)

int STR_size ( void *  str  ) 


Generated on Fri May 4 13:40:20 2012 for WDSS-IIw2algs by  doxygen 1.4.7