Sha256: 89fa50318490057eeb53a13a82291ab97c76feaea43d0003d4ddd015dc62d759

Contents?: true

Size: 420 Bytes

Versions: 2

Compression:

Stored size: 420 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 _MAIN_H_
#define _MAIN_H_

int AppMain(void);
int main(void);

#endif // _MAIN_H_

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 vendor/cmock/examples/temp_sensor/src/Main.h
ceedling-1.0.0 vendor/cmock/examples/temp_sensor/src/Main.h