JasPer  4.2.4
jas_string.h File Reference

String Library. More...

#include <jasper/jas_config.h>
#include <jasper/jas_types.h>

Go to the source code of this file.

Functions

JAS_EXPORT char * jas_strdup (const char *)
 Create a copy of a null-terminated string. More...
 
JAS_EXPORT char * jas_strtok (char *str, const char *delim, char **saveptr)
 Extract tokens from a string. More...
 
JAS_EXPORT int jas_stringtokenize (const char *string, const char *delim, char ***tokens_buf, size_t *max_tokens_buf, size_t *num_tokens_buf)
 Split a string into tokens based on specified delimiters. More...
 

Detailed Description

String Library.