radare2/libr/sysproxy/syscall.c
pancake c5303272d9 * Make r_cons independent from r_line
- r_cons_user_fgets() is a configurable function pointer
  - Simplify build
* Initial import of r_sysproxy
  - Directly copied from r1 (no api or anything working yet)
* R_APIze r_vm and r_print
* Make r_core_seek more consistent
* Move r_cons_progressbar() to r_print
* Rename visual 'x' -> 'w' (oops)
  - 'a' and 'w' are now compatible with cursor mode
* Implement r_sys_usleep() on w32 and fix r_sys_sleep()
2009-04-07 11:28:22 +00:00

6 lines
139 B
C

/* Hacky way to bypass make(1) and waf(X) build */
#ifndef MKPFX
#define MKPFX ""
#endif
asm(".include \""MKPFX"../src/rasc/syscall.S\"");