We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce69ae commit 368325bCopy full SHA for 368325b
crates/byondapi-rs/src/lib.rs
@@ -24,6 +24,7 @@ pub mod value;
24
use crate::value::ByondValue;
25
/// # Safety
26
/// Don't pass in a null argv pointer please god
27
+/// UPDATE: it does pass in a null argv in cases where there are no args
28
/// Just give this what BYOND gives you and pray for the best
29
pub unsafe fn parse_args(
30
argc: byondapi_sys::u4c,
0 commit comments