Sha256: 6499c87ef4965552c6089d221ff0fab595f061603a7422adcf64887e25497d6b

Contents?: true

Size: 232 Bytes

Versions: 2

Compression:

Stored size: 232 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 //CEXCEPTION_H

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-0.29.1 vendor/c_exception/vendor/unity/test/testdata/CException.h
ceedling-0.29.0 vendor/c_exception/vendor/unity/test/testdata/CException.h