pldstr.h File Reference

This graph shows which files directly or indirectly include this file:

Classes

struct  PLD_strtok
struct  PLD_strreplace

Defines

#define FL   __FILE__,__LINE__

Functions

char * PLD_strstr (char *haystack, char *needle, int insensitive)
char * PLD_strncpy (char *dst, const char *src, size_t len)
char * PLD_strncat (char *dst, const char *src, size_t len)
char * PLD_strncate (char *dst, const char *src, size_t len, char *endpoint)
char * PLD_strtok (struct PLD_strtok *st, char *line, char *delimeters)
int PLD_strncasecmp (char *s1, char *s2, int n)
int PLD_strlower (unsigned char *convertme)
char * PLD_strreplace_general (struct PLD_strreplace *replace_details)
char * PLD_strreplace (char **source, char *searchfor, char *replacewith, int replacenumber)
char * PLD_dprintf (const char *fmt,...)


Define Documentation

#define FL   __FILE__,__LINE__


Function Documentation

char* PLD_dprintf ( const char *  fmt,
  ... 
)

int PLD_strlower ( unsigned char *  convertme  ) 

int PLD_strncasecmp ( char *  s1,
char *  s2,
int  n 
)

char* PLD_strncat ( char *  dst,
const char *  src,
size_t  len 
)

char* PLD_strncate ( char *  dst,
const char *  src,
size_t  len,
char *  endpoint 
)

char* PLD_strncpy ( char *  dst,
const char *  src,
size_t  len 
)

char* PLD_strreplace ( char **  source,
char *  searchfor,
char *  replacewith,
int  replacenumber 
)

char* PLD_strreplace_general ( struct PLD_strreplace replace_details  ) 

char* PLD_strstr ( char *  haystack,
char *  needle,
int  insensitive 
)

char* PLD_strtok ( struct PLD_strtok st,
char *  line,
char *  delimeters 
)


Generated on Thu Dec 13 18:13:42 2007 for SkyGI by  doxygen 1.5.1-p1