mirror of
https://github.com/Vita3K/unicorn.git
synced 2024-11-27 15:20:42 +00:00
8 lines
84 B
C
8 lines
84 B
C
#ifndef VL_H_
|
|
#define VL_H_
|
|
|
|
int machine_initialize(struct uc_struct *uc);
|
|
|
|
#endif
|
|
|