7 lines
93 B
C
7 lines
93 B
C
#ifndef _BITS_SYS_PTRACE_H
|
|
#define _BITS_SYS_PTRACE_H
|
|
|
|
int ptrace(int request, ...);
|
|
|
|
#endif
|