This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
DragonOS-Community
/
relibc
Mirror von
https://github.com/DragonOS-Community/relibc
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Branch:
patch-support-run-first-demo-on-dragonos
Branches
Tags
dragonos-relibc
master
patch-add-dragonos-port
patch-support-run-first-demo-on-dragonos
update-dsc
relibc
/
include
/
bits
/
sys
/
ptrace.h
ptrace.h
93 B
Permalink
Verlauf
Originalformat
1
2
3
4
5
6
#ifndef _BITS_SYS_PTRACE_H
#define _BITS_SYS_PTRACE_H
int ptrace(int request, ...);
#endif