libnetfilter_acct  1.0.3
x.c
1 #include <iostream>
2 using namespace std;
3 #include <libnetfilter_acct/libnetfilter_acct.h>
4 
5 int main()
6 {
7  struct nfacct *x;
8 
9  x = nfacct_alloc();
10 
11  std::cout << "Welcome to the wonderful world of C++!!!\n";
12 
13  return 0;
14 
15 }
struct nfacct * nfacct_alloc(void)