mirror of
https://github.com/ThrowTheSwitch/CMock
synced 2025-03-13 16:51:12 -04:00
12 lines
385 B
C
12 lines
385 B
C
/* ==========================================
|
|
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);
|