Miasm2
 All Classes Namespaces Files Functions Variables Typedefs Properties Macros
vm_mngr_py.h
Go to the documentation of this file.
1 #ifndef VM_MNGR_PY_H
2 #define VM_MNGR_PY_H
3 
4 
5 
6 typedef struct {
7  PyObject_HEAD
8  PyObject *vmmngr;
10 } VmMngr;
11 
12 
13 #endif// VM_MNGR_PY_H
vm_mngr_t vm_mngr
Definition: vm_mngr_py.h:9
PyObject_HEAD PyObject * vmmngr
Definition: vm_mngr_py.h:8