securityos/public/Users/Public/Sistemas/1º Linux/Linux-0.0.1/lib/dup.c

5 lines
71 B
C
Raw Normal View History

2024-09-06 15:32:35 +00:00
#define __LIBRARY__
#include <unistd.h>
_syscall1(int,dup,int,fd)