135375f98Sopenharmony_ci/* ==========================================
235375f98Sopenharmony_ci *  Unity Project - A Test Framework for C
335375f98Sopenharmony_ci *  Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams
435375f98Sopenharmony_ci *  [Released under MIT License. Please refer to license.txt for details]
535375f98Sopenharmony_ci * ========================================== */
635375f98Sopenharmony_ci
735375f98Sopenharmony_ci#ifndef UNITY_OUTPUT_SPY_H
835375f98Sopenharmony_ci#define UNITY_OUTPUT_SPY_H
935375f98Sopenharmony_ci
1035375f98Sopenharmony_civoid UnityOutputCharSpy_Create(int s);
1135375f98Sopenharmony_civoid UnityOutputCharSpy_Destroy(void);
1235375f98Sopenharmony_civoid UnityOutputCharSpy_OutputChar(int c);
1335375f98Sopenharmony_ciconst char * UnityOutputCharSpy_Get(void);
1435375f98Sopenharmony_civoid UnityOutputCharSpy_Enable(int enable);
1535375f98Sopenharmony_ci
1635375f98Sopenharmony_ci#endif
17