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

5 lines
73 B
C
Raw Normal View History

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