This documenta- tion describes the current state of development.
Note that interfaces and functionality may still change.

Prokee Modules:
  A
  B
  C
  D
  E
  F
  G
  I
  L
  M
  N
  O
  P
  R
  S
  T
  U
  W

     open all    |    close all

GUI Elements:
  B
  C
  I
  M
  P
  R
  S
  T

     open all    |    close all

GUI Interactions:
  B
  F
  H
  S

     open all    |    close all

GUI Layouts:
  L

     open all    |    close all

Games/Demos:
  M

     open all    |    close all

Third Party Libraries:
  P
  F
  Z

     open all    |    close all

Information about this Website / Informationen zu dieser Webseite:
In case of any questions, or comments, please feel free to contact me via email at apoll500@gmail.com.

Module strconv

[Main Page]   [Tests]

Contents


Exported Symbols

Pointers

char *(*strconv_to_str1)(char **out,unsigned int *out_ln,const char *in);
char *(*strconv_to_str2)(char **out,unsigned int *out_ln,const wchar_t *in);
wchar_t *(*strconv_to_wcs1)(wchar_t **out,unsigned int *out_ln,const wchar_t *in);
wchar_t *(*strconv_to_wcs2)(wchar_t **out,unsigned int *out_ln,const char *in);

Internal Pointers

Pointers

char *strconv_to_str1(char **out,unsigned int *out_ln,const char *in);
char *strconv_to_str2(char **out,unsigned int *out_ln,const wchar_t *in);
wchar_t *strconv_to_wcs1(wchar_t **out,unsigned int *out_ln,const wchar_t *in);
wchar_t *strconv_to_wcs2(wchar_t **out,unsigned int *out_ln,const char *in);

Copyright © 2017 2018 by Andreas Pollhammer