libnetfilter_acct
1.0.3
Main Page
Modules
Files
File List
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
}
std
nfacct_alloc
struct nfacct * nfacct_alloc(void)
Definition:
libnetfilter_acct.c:79
Generated on Wed Jan 10 2018 02:21:25 for libnetfilter_acct by
1.8.8