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

* Merging pragma_once branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
THE SOFTWARE.
21
21
*/
22
22
 
23
 
#ifndef __H_UTILS__
24
 
#define __H_UTILS__
 
23
#pragma once
25
24
 
26
25
#include "defs.h"
27
26
#include <stddef.h>
248
247
/** @} */
249
248
 
250
249
S_BEGIN_DECLS
251
 
 
252
 
#endif