Sha256: 0040d9654768b9f9d1c120b32a2c57f3ee7720371b40c85590a0912f0ee0e066

Contents?: true

Size: 527 Bytes

Versions: 4

Compression:

Stored size: 527 Bytes

Contents

/* =========================================================================
    Unity - A Test Framework for C
    ThrowTheSwitch.org
    Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
    SPDX-License-Identifier: MIT
========================================================================= */

#ifndef CEXCEPTION_H
#define CEXCEPTION_H

#define CEXCEPTION_BEING_USED 1

#define CEXCEPTION_NONE 0
#define CEXCEPTION_T int e = 1; (void)
#define Try          if (e)
#define Catch(a)     if (!a)

#endif

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 vendor/cmock/vendor/unity/test/testdata/CException.h
ceedling-1.0.1 vendor/unity/test/testdata/CException.h
ceedling-1.0.0 vendor/cmock/vendor/unity/test/testdata/CException.h
ceedling-1.0.0 vendor/unity/test/testdata/CException.h