index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
headers
/
variadic-method.hpp
blob: 78a8eb45b5c1abb790a04f34a9054fc2d67c01ba (
plain
)
1
2
3
4
5
6
void
foo
(
const char
*
fmt
, ...);
struct
Bar
{
void
foo
(
const char
*
fmt
, ...);
};