macro testing.
This commit is contained in:
parent
01e8d8f5d5
commit
0c199d5ae3
@ -5,11 +5,11 @@ macro_rules! external_library
|
||||
$name: ident : $link: expr =>
|
||||
{
|
||||
$(statics:
|
||||
$($sname: ident: $stype: ty);+,
|
||||
$($sname: ident: $stype: ty),+,
|
||||
)|*
|
||||
|
||||
$(functions:
|
||||
$($fname: ident($($farg: ident : $fargt: ty),*) -> $fret:ty);+,
|
||||
$($fname: ident($($farg: ident : $fargt: ty),*) -> $fret:ty),+,
|
||||
)|*
|
||||
|
||||
$(varargs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user