|
Mapper
|
#include <stdio.h>#include <sys/stat.h>
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 |
| #define _POSIX_SOURCE |
Definition at line 2 of file is_file_closed.c.
| int is_file_closed | ( | char | filename[], |
| int | how_old | ||
| ) |
| struct stat buf |
Definition at line 6 of file is_file_closed.c.
|
extern |
Definition at line 248 of file shef_structs.h.
| char filename[200] |
Definition at line 5 of file is_file_closed.c.
| int how_old |
Definition at line 6 of file is_file_closed.c.
| int VERBOSE |
Definition at line 9 of file is_file_closed.c.