rename uchook to uc_hook, ucengine to uc_engine, uc_hook_t to uc_hook_type

This commit is contained in:
Nguyen Anh Quynh
2015-09-05 11:20:32 +08:00
parent 74c069dc22
commit d1bdbd11e7
29 changed files with 190 additions and 190 deletions

View File

@@ -8,7 +8,7 @@
int main()
{
ucengine *uc;
uc_engine *uc;
uint8_t *buf, *buf2;
int i;
uc_err err;