summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/CMock/test/system/test_compilation/callingconv.h
blob: beae0619f84bd65a5bf0d1d3ed5ef7fbd531b379 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* ==========================================
    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);