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

  • Committer: Gustav Hartvigsson
  • Date: 2015-11-14 17:14:26 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20151114171426-ja0qd8kwgfzw2bc8
* added S_ prifix to my macros. I should not be a scrub.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#include "utils.h"
7
7
#include "Func.h"
8
8
 
9
 
BEGIN_DECLS
 
9
S_BEGIN_DECLS
10
10
 
11
11
#include "config.h"
12
12
 
134
134
 
135
135
/** @} */
136
136
 
137
 
END_DECLS
 
137
S_END_DECLS
138
138
#endif /* __H_THREAD__ */