main.h
Go to the documentation of this file.
1
9/*====================================================================================================================*/
10/*== Guards, Includes ==============================================================================================*/
11/*====================================================================================================================*/
12
13// INCLUDE GUARDS
14//
15#ifndef LIBPF_USER_MAIN_H
16#define LIBPF_USER_MAIN_H
17
18/* SYSTEM INCLUDES */
19//
20
21/* PROJECT INCLUDES */
22//
23
24/* LOCAL INCLUDES */
25//
26
27/* FORWARD REFERENCES */
28//
29
30namespace Libpf {
31namespace User {
32
37int main(int argc, char *argv []);
38
39} // namespace User
40} // namespace Libpf
41
42#endif // LIBPF_USER_MAIN_H
int main(int argc, char *argv[])
Implements the LIBPF Model User API.
Definition: Case.h:35