Open str4d opened 1 year ago
I agree something like main(args: *mut u8)
should be marked unsafe
since it has the prerequisite that args
contains NUL-terminated bytes. It's also not something that user programs should typically be doing (intended to be called only by the Flipper runtime).
_Originally posted by @JarvisCraft in https://github.com/flipperzero-rs/flipperzero/pull/95#discussion_r1299437196_