comparison th_string.h @ 131:3896861974ac

Added th_get_hex_triplet().
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 30 Oct 2010 17:02:35 +0300
parents 9ae3d87a686f
children a1ee6c76ca1c
comparison
equal deleted inserted replaced
130:352ec3c300e4 131:3896861974ac
59 const char *th_findseporspace(const char *, size_t *, char); 59 const char *th_findseporspace(const char *, size_t *, char);
60 60
61 BOOL th_strmatch(const char *, const char *); 61 BOOL th_strmatch(const char *, const char *);
62 BOOL th_strcasematch(const char *, const char *); 62 BOOL th_strcasematch(const char *, const char *);
63 63
64 int th_get_hex_triplet(const char *);
64 65
65 #ifdef __cplusplus 66 #ifdef __cplusplus
66 } 67 }
67 #endif 68 #endif
68 #endif /* _TH_STRING_H */ 69 #endif /* _TH_STRING_H */