Arquivos
linux-0.01/lib/dup.c
T
2013-09-18 10:18:30 +03:00

5 linhas
67 B
C

#define __LIBRARY__
#include <unistd.h>
_syscall1(int,dup,int,fd)