/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: 2021-01-07 22:28:14 UTC
  • mto: This revision was merged to the branch mainline in revision 153.
  • Revision ID: gustav.hartvigsson@gmail.com-20210107222814-yl53l62tdqnnwf87
* Removed wchar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
suchar *
123
123
s_string_to_ustring (const schar * str);
124
124
 
125
 
 
 
125
#if 0
126
126
/**
127
127
 * @deprecated Usage of this function is discouraged. Consider using uchar
128
128
 *             (char32_t) strings instead, and s_ustring_to_string(), for
132
132
S_DEPRECATED
133
133
schar *
134
134
s_wstring_to_string (const wchar_t * ws);
 
135
#endif
 
136
 
135
137
 
136
138
/**
137
139
 * Returns a C string with the current time (as run).