doc
Data Structures | Typedefs | Functions

c_string.h File Reference

Interface of the cynapses string implementations. More...

#include "c_private.h"
Include dependency graph for c_string.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  c_strlist_s
 Structure for a stringlist. More...

Typedefs

typedef struct c_strlist_s c_strlist_t

Functions

void c_free_multibyte (const _TCHAR *buf)
void c_free_utf8 (char *buf)
char * c_lowercase (const char *str)
const _TCHARc_multibyte (const char *wstr)
int c_streq (const char *a, const char *b)
int c_strlist_add (c_strlist_t *strlist, const char *string)
void c_strlist_destroy (c_strlist_t *strlist)
c_strlist_tc_strlist_expand (c_strlist_t *strlist, size_t size)
c_strlist_tc_strlist_new (size_t size)
char * c_strreplace (char *src, const char *pattern, const char *repl)
char * c_uppercase (const char *str)
const char * c_utf8 (const _TCHAR *str)

Detailed Description

Interface of the cynapses string implementations.

Definition in file c_string.h.