/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/Func.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:
28
28
#include "defs.h"
29
29
#include "utils.h"
30
30
 
31
 
BEGIN_DECLS
 
31
S_BEGIN_DECLS
32
32
 
33
33
 
34
34
/** @file
106
106
typedef char * (* CharFunc)();
107
107
 
108
108
 
109
 
END_DECLS
 
109
S_END_DECLS
110
110
 
111
111
#endif