Closed Lokathor closed 2 years ago
it came up recently that a reader was concerned that the extern "C" fn you make as the main fn was somehow making C code. The docs should note that it's just an ABI difference and link to the ABI reference.
extern "C" fn
it came up recently that a reader was concerned that the
extern "C" fn
you make as the main fn was somehow making C code. The docs should note that it's just an ABI difference and link to the ABI reference.