Contains method to close FD. More...
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <fcntl.h>
#include "../core/superblock.h"
#include "../core/descriptors_table.h"
#include "../core/defines.h"
#include "../core/methods.h"
#include "utils.h"
#include "net_utils.h"
Go to the source code of this file.
Functions | |
void | close_file (const char *path_to_fs_file, const int fd_to_close, int output_fd) |
Close file. More... | |
void close_file | ( | const char * | path_to_fs_file, |
const int | fd_to_close, | ||
int | output_fd | ||
) |
Close file.
path_to_fs_file | |
fd_to_close | |
output_fd |
Definition at line 28 of file close_file.h.