generated from AfonsoCMSousa/CPP-Template
11 lines
187 B
C
11 lines
187 B
C
#ifndef FILES__H_INCLUDED
|
|
#define FILES__H_INCLUDED
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <sys/types.h>
|
|
|
|
u_char file_exists(const char *filename);
|
|
|
|
#endif // FILES__H_INCLUDED
|