Dmitry V. Levin
7a9eea94ee
* tests/test_ucopy.h (test_printpath): New prototype. * tests/test_printpath.c: New file. * tests/Makefile.am (libtests_a_SOURCES): Add it.
11 lines
161 B
C
11 lines
161 B
C
#include <stdbool.h>
|
|
|
|
extern bool
|
|
test_process_vm_readv(void);
|
|
|
|
extern bool
|
|
test_ptrace_peekdata(void);
|
|
|
|
extern void
|
|
test_printpath(unsigned int test_max_size);
|