/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 libssts/utils.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-11-14 17:26:42 UTC
  • mfrom: (110 simpletypesystem_trunk)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: gustav.hartvigsson@gmail.com-20151114172642-qwrw5593xue49bgj
* Merged from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <wchar.h>
32
32
 
33
33
 
34
 
BEGIN_DECLS
 
34
S_BEGIN_DECLS
35
35
 
36
36
/** @file
37
37
 * @defgroup Utils Utils
93
93
 *             (char32_t) strings instead, and s_ustring_to_string(), for
94
94
 *             your own sanity.
95
95
 */
96
 
DEPRECATED
 
96
S_DEPRECATED
97
97
schar *
98
98
s_wstring_to_string (const wchar_t * ws);
99
99
 
241
241
/**
242
242
 * @}
243
243
 */
244
 
BEGIN_DECLS
 
244
S_BEGIN_DECLS
245
245
 
246
246
#endif