Snoopy Version 6.0 (Albert)
|
#include <stdlib.h>
#include "../common.h"
Functions | |
int | file_exist (char filename[]) |
int | check_file_size (char *filename, long int filesize) |
int check_file_size | ( | char * | filename, |
long int | filesize | ||
) |
int file_exist | ( | char | filename[] | ) |
Check if a file exists
filename | string containing the filename (including path) to be tested. |