Sha256: 9b2e5299a67732d40187e4ba2ef2c137118da837e2a9338256238c184fece210
Contents?: true
Size: 411 Bytes
Versions: 2
Compression:
Stored size: 411 Bytes
Contents
/* ========================================================================= Ceedling - Test-Centered Build System for C ThrowTheSwitch.org Copyright (c) 2010-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ #ifndef custom_types_H #define custom_types_H typedef int custom_t; #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | plugins/fff/examples/fff_example/src/custom_types.h |
ceedling-1.0.0 | plugins/fff/examples/fff_example/src/custom_types.h |