Revision 65ad9c7449205552ce1477f495b0c2281b19f447 authored by danne on 10 January 2017, 07:55:06 UTC, committed by danne on 10 January 2017, 07:55:06 UTC
2 parent s 01e8bb7 + c8ed1b9
Raw File
asm.h
#ifndef _asm_h
#define _asm_h

char* asm_guess_func_name_from_string(uint32_t func_addr);

#endif
back to top