Sha256: d35a3d054d3321f2beac3b0ab51859df947df13507bdeaf4eff79029bbea7afc
Contents?: true
Size: 715 Bytes
Versions: 2
Compression:
Stored size: 715 Bytes
Contents
/* ========================================================================= CMock - Automatic Mock Generation for C ThrowTheSwitch.org Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ /* ========================================== CMock Project - Automatic Mock Generation for C Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams [Released under MIT License. Please refer to license.txt for details] ========================================== */ #ifndef __stdcall #define __stdcall #endif int __stdcall this_uses_calling_conventions(int b);
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | vendor/cmock/test/system/test_compilation/callingconv.h |
ceedling-1.0.0 | vendor/cmock/test/system/test_compilation/callingconv.h |