Reorganize headers again
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef UC_BACKTRACE_H_
|
||||
#define UC_BACKTRACE_H_
|
||||
|
||||
#define UC_BACTRACE_STDERR uc_backtrace_fd(3)
|
||||
|
||||
void uc_backtrace_fd(int fd);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user