diff options
Diffstat (limited to 'src/stdatomic/atomic_int_least32_t.h')
-rw-r--r-- | src/stdatomic/atomic_int_least32_t.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdatomic/atomic_int_least32_t.h b/src/stdatomic/atomic_int_least32_t.h index 84fe5837..e0c3aa83 100644 --- a/src/stdatomic/atomic_int_least32_t.h +++ b/src/stdatomic/atomic_int_least32_t.h @@ -4,3 +4,7 @@ typedef _Atomic int_least32_t atomic_int_least32_t; #endif + +/* +STDC(201112) +*/ |