123456789101112131415161718 |
- /*
- * File: execute.h
- * Author: Arthur Brandao
- *
- * Created on 9 novembre 2018
- */
- #ifndef EXECUTE_H
- #define EXECUTE_H
- /* --- Include --- */
- #include "constante.h"
- /* --- Fonctions publiques --- */
- boolean is_executable_file(const char *);
- #endif /* EXECUTE_H */
|