Adding function argument names for better reading.

This commit is contained in:
Myrddin Dundragon 2019-06-24 22:22:10 -04:00
parent 1e30d2b14c
commit 3878c21ad9

View File

@ -9,7 +9,7 @@ macro_rules! external_library
)|* )|*
$(functions: $(functions:
$($fname: ident($($farg: ty),*) -> $fret:ty),+; $($fname: ident($($farg: ident: $fargt: ty),*) -> $fret:ty),+;
)|* )|*
$(varargs: $(varargs: