/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/types.h

  • Committer: Gustav Hartvigsson
  • Date: 2021-01-07 22:32:25 UTC
  • mfrom: (151.1.2 simpletypesystem_meson)
  • Revision ID: gustav.hartvigsson@gmail.com-20210107223225-4i46581v09jkt7tr
* Merged lp:~gustav-hartvigsson/simpletypesystem/meson

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
  S_TYPE_USHORT, /**< @ref sushort */
193
193
  S_TYPE_BOOLEAN, /**< @ref sboolean */
194
194
  S_TYPE_STRING, /**< a string of @ref schar s */
 
195
#if 0
195
196
  S_TYPE_WSTRING, /**< @deprecated  Platform specific wchar_t string */
 
197
#endif
196
198
  S_TYPE_USTRING, /**< a string of @ref suchar s */
197
199
  S_TYPE_UNUSED_0, /**< */
198
200
  S_TYPE_UNUSED_1, /**< */