mirror of
https://github.com/ThrowTheSwitch/CMock
synced 2026-03-25 19:51:39 -04:00
13 lines
426 B
C
13 lines
426 B
C
/* =========================================================================
|
|
CMock - Automatic Mock Generation for C
|
|
ThrowTheSwitch.org
|
|
Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams
|
|
SPDX-License-Identifier: MIT
|
|
========================================================================= */
|
|
|
|
#ifndef __stdcall
|
|
#define __stdcall
|
|
#endif
|
|
|
|
int __stdcall this_uses_calling_conventions(int b);
|