/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to src/utils.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-08-27 20:57:54 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150827205754-p5f0h4kqge833o37
* Fixed s_wstring_to_string (), involves setlocale :-)

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
char *
63
63
s_string_new_with_len (const char * s, size_t len);
64
64
 
 
65
/**
 
66
 * Convert a wide string to a byte string.
 
67
 */
65
68
char *
66
69
s_wstring_to_string (const wchar_t * ws);
67
70