/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk
50 by Gustav Hartvigsson
* Added a bindings friendly way of getting the SType name.
1
#include "defs.h"
2
61 by Gustav Hartvigsson
* Made the code more easy to read.
3
char *
4
s_type_get_name (SType k) {
50 by Gustav Hartvigsson
* Added a bindings friendly way of getting the SType name.
5
  return STypeName[k];
6
}