Mapper
Macros | Functions | Variables
is_file_closed.c File Reference
#include <stdio.h>
#include <sys/stat.h>
Include dependency graph for is_file_closed.c:

Go to the source code of this file.

Macros

#define _POSIX_SOURCE
 

Functions

int is_file_closed (char filename[], int how_old)
 

Variables

char filename [200]
 
int how_old
 
struct stat buf
 
int DEBUG
 
int VERBOSE
 

Macro Definition Documentation

◆ _POSIX_SOURCE

#define _POSIX_SOURCE

Definition at line 2 of file is_file_closed.c.

Function Documentation

◆ is_file_closed()

int is_file_closed ( char  filename[],
int  how_old 
)

Definition at line 11 of file is_file_closed.c.

Here is the call graph for this function:

Variable Documentation

◆ buf

struct stat buf

Definition at line 6 of file is_file_closed.c.

◆ DEBUG

int DEBUG
extern

Definition at line 248 of file shef_structs.h.

◆ filename

char filename[200]

Definition at line 5 of file is_file_closed.c.

◆ how_old

int how_old

Definition at line 6 of file is_file_closed.c.

◆ VERBOSE

int VERBOSE

Definition at line 9 of file is_file_closed.c.