/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.c

  • Committer: Gustav Hartvigsson
  • Date: 2016-03-06 21:20:07 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20160306212007-h6b0zgfhwenrzem6
* comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
  size_t bufpos;
104
104
  mbstate_t mbstate;
105
105
  memset (&mbstate, 0, sizeof (mbstate));
106
 
 
 
106
  
 
107
  /* Thanks to Florian Philipp.
 
108
   * Thread: https://plus.google.com/u/0/+GustavHartvigsson/posts/4Wk7La1kWPP
 
109
   *
 
110
   * This is an adaptation of the original code to work with our suchar stuffs.
 
111
   */
107
112
 
108
113
  /* Save locale */
109
114
  schar * saved_locale;