limb 0.2.0

2024-01-09

fd_close(3)
limb manual
fd_close(3)

NAME

fd_close - close a file descriptor without affecting errno

SYNOPSIS

#include <limb/djbunix.h>
void fd_close(int fd)

DESCRIPTION

The fd_close() function closes file descriptor fd without affecting errno. fd2 reference the same file.

limb 0.1.0
2023-07-24
fd_close(3)