/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/vec.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:
14
14
 * maths.
15
15
 */
16
16
 
17
 
BEGIN_DECLS
 
17
S_BEGIN_DECLS
18
18
 
19
19
/**
20
20
 * A Vector of three standard int values.
163
163
/** @} */
164
164
 
165
165
 
166
 
END_DECLS
 
166
S_END_DECLS
167
167
 
168
168
#endif /* __H_VEC__ */