Files
Unity/examples/example_1/src/ProductionCode.h
T
Mark VanderVoord 1a29024cc7 It's a New Year
2025-01-01 11:46:30 -05:00

10 lines
416 B
C

/* =========================================================================
Unity - A Test Framework for C
ThrowTheSwitch.org
Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
SPDX-License-Identifier: MIT
========================================================================= */
int FindFunction_WhichIsBroken(int NumberToFind);
int FunctionWhichReturnsLocalVariable(void);