TP 13 exo1: Implement all the required features.
[TD_C.git] / TP_13 / exo1 / lib / utils.h
index 03f1226cd677d034a7285dff4cfe3cc0081ff150..fe3fa080a9ed89e0b16ff99a81148b5742426425 100644 (file)
@@ -6,4 +6,6 @@
 void swap_int(int* v1, int* v2);
 void swap_ptr(void* v1, void* v2);
 
+void handle_prompt_error(int errno);
+
 #endif /* UTILS_H */