// cstdatomic standard header -*-c++-*-
// Copyright 2014-2017 IAR Systems AB.
#ifndef _CSTDATOMIC
#define _CSTDATOMIC

#ifndef _SYSTEM_BUILD
  #pragma system_include
#endif

#define _CSTDATOMIC_INCLUDED
#include <stdatomic.h>
#undef _CSTDATOMIC_INCLUDED

#endif /* _CSTDATOMIC */

/*
 * Copyright (c) by P.J. Plauger. All rights reserved.
 * Consult your license regarding permissions and restrictions.
V6.50:0576 */
