/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 src/defs.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-09-20 11:09:05 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150920110905-zn04f8kryzuzvibx
* added external .h files for dealing with stuff that may or may not be avalible on scertain platforms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
#define ALIGNED_16
50
50
#endif
51
51
 
 
52
#if defined(__STDC_NO_ATOMICS__)
 
53
#define __S_ATOMIC__ __Atomic
 
54
#else
 
55
#define __S_ATOMIC__ volatile
 
56
#endif
 
57
 
 
58
 
52
59
BEGIN_DECLS
53
60
 
54
61
#include <stdio.h>