Closed garettbass closed 3 years ago
Added a command line option to annotate procs with {.importc:"<origName>".}
{.importc:"<origName>".}
The --header command line option adds importc and header pragmas to types as well as procs, but I only want importc pragmas on the procs.
--header
importc
header
Added a command line option to annotate procs with
{.importc:"<origName>".}
The
--header
command line option addsimportc
andheader
pragmas to types as well as procs, but I only wantimportc
pragmas on the procs.