Sha256: 1b7d70ae5b6b113ea2516976628c468e954d94176c5ad91321a69ee59a6a2b79

Contents?: true

Size: 217 Bytes

Versions: 4

Compression:

Stored size: 217 Bytes

Contents

#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-0.29.1 vendor/cmock/vendor/unity/test/testdata/CException.h
ceedling-0.29.1 vendor/unity/test/testdata/CException.h
ceedling-0.29.0 vendor/cmock/vendor/unity/test/testdata/CException.h
ceedling-0.29.0 vendor/unity/test/testdata/CException.h