Sha256: 5d0b35bd5778ce83436ac5519c6c0fcc2e085e4ab468472f8bfeda0b5523fa46
Contents?: true
Size: 626 Bytes
Versions: 11
Compression:
Stored size: 626 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(void); int UnityOutputCharSpy_OutputChar(int c); const char * UnityOutputCharSpy_Get(void); void UnityOutputCharSpy_Enable(int enable); #endif
Version data entries
11 entries across 4 versions & 1 rubygems