Sha256: 5ca7b897d74ee9cf0219b312003605505b1ee61828f16eaf710e63fe4faadb5e

Contents?: true

Size: 592 Bytes

Versions: 4

Compression:

Stored size: 592 Bytes

Contents

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

#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-1.0.1 vendor/cmock/vendor/unity/extras/memory/test/unity_output_Spy.h
ceedling-1.0.1 vendor/unity/extras/memory/test/unity_output_Spy.h
ceedling-1.0.0 vendor/cmock/vendor/unity/extras/memory/test/unity_output_Spy.h
ceedling-1.0.0 vendor/unity/extras/memory/test/unity_output_Spy.h