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

#ifndef _SYSTEM_BUILD
  #pragma system_include
#endif

#include <ycheck.h>
#include <yvals.h>

#define _CSTDTHREADS_INCLUDED
#include <threads.h>
#undef _CSTDTHREADS_INCLUDED

#endif /* _CTHREADS */

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