TP 13 exo1: Rename the integer values swap function
[TD_C.git] / TP_13 / exo1 / lib / utils.h
index 1acc243e1441162a6c0362f1fbbf350967fda598..03f1226cd677d034a7285dff4cfe3cc0081ff150 100644 (file)
@@ -1,7 +1,9 @@
 #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);
 
 #endif /* UTILS_H */