Sha256: b05b1ca679df2fabc5fca659f6043d90aee065908368c28262cfe5cc8b205cc4

Contents?: true

Size: 570 Bytes

Versions: 4

Compression:

Stored size: 570 Bytes

Contents

/* ==========================================
 *  Unity Project - A Test Framework for C
 *  Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams
 *  [Released under MIT License. Please refer to license.txt for details]
 * ========================================== */

#ifndef UNITY_OUTPUT_SPY_H
#define UNITY_OUTPUT_SPY_H

void UnityOutputCharSpy_Create(int s);
void UnityOutputCharSpy_Destroy(void);
void UnityOutputCharSpy_OutputChar(int c);
const char * UnityOutputCharSpy_Get(void);
void UnityOutputCharSpy_Enable(int enable);

#endif

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
ceedling-0.29.1 vendor/cmock/vendor/unity/extras/memory/test/unity_output_Spy.h
ceedling-0.29.1 vendor/unity/extras/memory/test/unity_output_Spy.h
ceedling-0.29.0 vendor/cmock/vendor/unity/extras/memory/test/unity_output_Spy.h
ceedling-0.29.0 vendor/unity/extras/memory/test/unity_output_Spy.h