error.c 242 B

1234567891011121314151617
  1. /*
  2. * File: error.c
  3. * Author: Arthur Brandao
  4. *
  5. * Created on 8 novembre 2018
  6. */
  7. #include <stdio.h>
  8. #include <stdlib.h>
  9. #include "error.h"
  10. /* --- Extern --- */
  11. int serrorno = 0;
  12. char* serrorlib[] = {
  13. "Reussite",
  14. "Error loul"
  15. };