Dmitry V. Levin
4f03dc3fc6
* tests/test_ucopy.c: New file. * tests/test_ucopy.h: Likewise. * tests/Makefile.am (libtests_a_SOURCES): Add them.
8 lines
104 B
C
8 lines
104 B
C
#include <stdbool.h>
|
|
|
|
extern bool
|
|
test_process_vm_readv(void);
|
|
|
|
extern bool
|
|
test_ptrace_peekdata(void);
|