execute.h 273 B

123456789101112131415161718
  1. /*
  2. * File: execute.h
  3. * Author: Arthur Brandao
  4. *
  5. * Created on 9 novembre 2018
  6. */
  7. #ifndef EXECUTE_H
  8. #define EXECUTE_H
  9. /* --- Include --- */
  10. #include "constante.h"
  11. /* --- Fonctions publiques --- */
  12. boolean is_executable_file(const char *);
  13. #endif /* EXECUTE_H */