diff options
Diffstat (limited to 'src/stdatomic/atomic_load.c')
| -rw-r--r-- | src/stdatomic/atomic_load.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdatomic/atomic_load.c b/src/stdatomic/atomic_load.c index b42a0480..ac7e9716 100644 --- a/src/stdatomic/atomic_load.c +++ b/src/stdatomic/atomic_load.c @@ -9,3 +9,7 @@ __BASE atomic_store(const volatile __TYPE *object) #endif + +/* +STDC(201112) +*/ |
