Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 279 Bytes

009_cdecl.md

File metadata and controls

3 lines (2 loc) · 279 Bytes

Example 9 cdecl (c declaration)

In this example we will formalize subroutine calling conventions using the cdecl model, which originates from Microsoft's c compiler. This encompasses things such as passing by value, passing different data types by reference and return values