Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
stringUtils.h File Reference
#include "longdef.h"
Include dependency graph for stringUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned char axgchar

Functions

void PascalToCString (axgchar *string)
void CToPascalString (axgchar *string)
void UnicodeToCString (axgchar *string, const int stringBytes)
void CStringToUnicode (axgchar *string, const int stringBytes)

Typedef Documentation

◆ axgchar

typedef unsigned char axgchar

Definition at line 7 of file stringUtils.h.

Function Documentation

◆ CStringToUnicode()

void CStringToUnicode ( axgchar * string,
const int stringBytes )

◆ CToPascalString()

void CToPascalString ( axgchar * string)

◆ PascalToCString()

void PascalToCString ( axgchar * string)

◆ UnicodeToCString()

void UnicodeToCString ( axgchar * string,
const int stringBytes )