DS3 C SDK  3.0.0
Provides access to the Spectra S3 API with C
Functions
ds3_string.c File Reference
#include "ds3_string.h"
#include <glib.h>
#include <string.h>

Go to the source code of this file.

Functions

ds3_strds3_str_init (const char *string)
 
ds3_strds3_str_init_with_size (const char *string, size_t size)
 
ds3_strds3_str_dup (const ds3_str *string)
 
char * ds3_str_value (const ds3_str *string)
 
size_t ds3_str_size (const ds3_str *string)
 
void ds3_str_free (ds3_str *string)
 

Function Documentation

ds3_str* ds3_str_dup ( const ds3_str string)

Definition at line 33 of file ds3_string.c.

void ds3_str_free ( ds3_str string)

Definition at line 48 of file ds3_string.c.

ds3_str* ds3_str_init ( const char *  string)

Definition at line 21 of file ds3_string.c.

ds3_str* ds3_str_init_with_size ( const char *  string,
size_t  size 
)

Definition at line 26 of file ds3_string.c.

size_t ds3_str_size ( const ds3_str string)

Definition at line 44 of file ds3_string.c.

char* ds3_str_value ( const ds3_str string)

Definition at line 40 of file ds3_string.c.