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

  • Committer: Gustav Hartvigsson
  • Date: 2015-11-14 17:26:42 UTC
  • mfrom: (110 simpletypesystem_trunk)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: gustav.hartvigsson@gmail.com-20151114172642-qwrw5593xue49bgj
* Merged from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
#include "utils.h"
59
59
 
60
60
 
61
 
BEGIN_DECLS
 
61
S_BEGIN_DECLS
62
62
 
63
63
/**
64
64
 * Returns a string representing the current version.
85
85
s_get_version_patch ();
86
86
 
87
87
 
88
 
END_DECLS
 
88
S_END_DECLS
89
89
 
90
90
#endif