Sha256: 214c8fc49638572083ed53c7ae135c5271fd18ef0bbf3656fa5ff27dd53d90b2

Contents?: true

Size: 469 Bytes

Versions: 2

Compression:

Stored size: 469 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 _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 examples/temp_sensor/src/Executor.h
ceedling-1.0.0 examples/temp_sensor/src/Executor.h