Sha256: b005d2343e63db5d27d05fb62ca74b9cc5a6022bc148dbe75c1f02102e432b32
Contents?: true
Size: 465 Bytes
Versions: 2
Compression:
Stored size: 465 Bytes
Contents
/* ========================================================================= CMock - Automatic Mock Generation for C ThrowTheSwitch.org Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ #ifndef _EXECUTOR_H #define _EXECUTOR_H #include "Types.h" void Executor_Init(void); bool Executor_Run(void); #endif // _EXECUTOR_H
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | vendor/cmock/examples/temp_sensor/src/Executor.h |
ceedling-1.0.0 | vendor/cmock/examples/temp_sensor/src/Executor.h |