rust-console / gba

A crate that helps you make GBA games
https://docs.rs/gba
Apache License 2.0
659 stars 50 forks source link

docs: explain that extern C fn doesn't mean actually C code #171

Closed Lokathor closed 2 years ago

Lokathor commented 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.