Rizin
unix-like reverse engineering framework and cli tools
|
#include "ansidecl.h"
Go to the source code of this file.
Macros | |
#define | opcodes_error_handler _bfd_error_handler |
#define | OPCODES_SIGJMP_BUF jmp_buf |
#define | OPCODES_SIGSETJMP(buf) setjmp(buf) |
#define | OPCODES_SIGLONGJMP(buf, val) longjmp((buf), (val)) |
Functions | |
char * | stpcpy (char *__dest, const char *__src) |
char* stpcpy | ( | char * | __dest, |
const char * | __src | ||
) |