ptrace.h 93 B

123456
  1. #ifndef _BITS_SYS_PTRACE_H
  2. #define _BITS_SYS_PTRACE_H
  3. int ptrace(int request, ...);
  4. #endif