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

* Merging pragma_once branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#ifndef __H_BASE_N__
3
 
#define __H_BASE_N__
 
1
#pragma once
4
2
 
5
3
#include "defs.h"
6
4
 
110
108
 */
111
109
 
112
110
S_END_DECLS
113
 
 
114
 
#endif __H_BASE_N__