/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/DynamicArray.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:
26
26
#include "defs.h"
27
27
#include "Func.h"
28
28
 
29
 
BEGIN_DECLS
 
29
S_BEGIN_DECLS
30
30
 
31
31
/** @file
32
32
 * @defgroup SDynamicArray SDynamicArray
210
210
 
211
211
/** @} */
212
212
 
213
 
END_DECLS
 
213
S_END_DECLS
214
214
 
215
215
#endif /* #define __H_DYNAMIC_ARRAY__ */