bottlenoselabs / c2cs

Generate C# bindings from a C header.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Cdecl calling convention attribute

lithiumtoast opened this issue · comments

Technically this is only required for Windows; I don't primarily use Windows. One problem however is that it is an assumption because technically a developer could use cdecl or another calling convention when they write their C library if they so choose to. Is it possible to know the calling convention using clang?