Reorganize headers again

This commit is contained in:
Nils O. Selåsdal
2012-11-15 18:26:03 +01:00
parent 4dca24953f
commit 61eda493bf
23 changed files with 2341 additions and 0 deletions
+8
View File
@@ -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