Files
RedBear-OS/include/bits/sys/ptrace.h
T
2019-08-04 19:05:44 +02:00

7 lines
93 B
C

#ifndef _BITS_SYS_PTRACE_H
#define _BITS_SYS_PTRACE_H
int ptrace(int request, ...);
#endif