Sha256: 8159a3a0f199af7e83aa7afa1c61fd0af52e7f6ea6d732a424d27158587c9ceb
Contents?: true
Size: 618 Bytes
Versions: 25
Compression:
Stored size: 618 Bytes
Contents
//- Copyright (c) 2010 James Grenning and Contributed to Unity Project /* ========================================== 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 D_unity_output_Spy_H #define D_unity_output_Spy_H void UnityOutputCharSpy_Create(int s); void UnityOutputCharSpy_Destroy(); int UnityOutputCharSpy_OutputChar(int c); const char * UnityOutputCharSpy_Get(); void UnityOutputCharSpy_Enable(int enable); #endif
Version data entries
25 entries across 13 versions & 1 rubygems