|
Stimfit @PACKAGE_VERSION@
|
#include "longdef.h"

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 unsigned char axgchar |
Definition at line 7 of file stringUtils.h.
| void CStringToUnicode | ( | axgchar * | string, |
| const int | stringBytes ) |
| void CToPascalString | ( | axgchar * | string | ) |
| void PascalToCString | ( | axgchar * | string | ) |
| void UnicodeToCString | ( | axgchar * | string, |
| const int | stringBytes ) |