You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
236 B

namespace libapp
{
struct S0;
struct S1;
struct S2;
struct S3;
S0*
create_s0();
void
destroy(S0*);
S1*
create_s1();
void
destroy(S1*);
int
fun0(S0&);
void
fun1(S1*);
void
fun2(S2*);
void
fun3(S3*);
} // end namespace libapp