TP 13 exo1: Implement all the required features.
[TD_C.git] / TP_13 / exo1 / lib / utils.h
index 1acc243e1441162a6c0362f1fbbf350967fda598..fe3fa080a9ed89e0b16ff99a81148b5742426425 100644 (file)
@@ -1,7 +1,11 @@
 #ifndef UTILS_H
 #define UTILS_H
 
-void swap_int_ptr(int* v1, int* v2);
+#include "macros.h"
+
+void swap_int(int* v1, int* v2);
 void swap_ptr(void* v1, void* v2);
 
+void handle_prompt_error(int errno);
+
 #endif /* UTILS_H */