Sha256: 2d309b83e7dfadb86e776f45b452bc99a62e6cc7ad294f5083148d130affda6b

Contents?: true

Size: 424 Bytes

Versions: 2

Compression:

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