/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 src/defs.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-07-12 19:04:18 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150712190418-yi9rfito5ovnf6dy
* Made the code more easy to read.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
 *
127
127
 * For use in bindings.
128
128
 */
129
 
char * s_type_get_name (SType k);
 
129
char *
 
130
s_type_get_name (SType k);
130
131
 
131
132
/* Colour definitions for console prints */
132
133
#define RESET   "\033[0m"