HDF5 Extras  0.0.1
Convenience Functions for using HDF5 Better
Macros | Functions
string_funcs.h File Reference

Go to the source code of this file.

Macros

#define TRUE   1
 
#define FALSE   0
 

Functions

char * substring (const char *string, int start, int end)
 
int frstch (const char *string)
 
int lastch (const char *string)
 
void str_toupper (char *str)
 
void str_tolower (char *str)
 
void rmblanks (char *str)
 
void rmcommas (char *str)
 
int nextdig (const char *chvarb, int start)
 
int nextcomma (const char *chvarb, int start)
 
int count_commas (const char *chvarb)
 
int nextbl (const char *chvarb, int start)
 
char * binary_strstr (const char *string, int length, const char *searchString)
 
char * find_first_char (char *string, char c)
 
char * find_last_char (char *string, char c)
 
int ends_with (const char *string, const char *ending)
 
void excise (char *string, int start, int num)
 
void strinsert (char *target, int index, const char *newstuff)
 
void char_substitute (char *target, char toreplace, char newchar)