TP_13 exo2: Finish the implementation of a basic tic-tac-toe game.
[TD_C.git] / TP_13 / exo2 / lib / macros.h
index 3c0ad027e55f85b5acb0e83d8d64676e9e39655e..f485a9afabfb96f282b9cccd17ffe55ed49af65a 100644 (file)
@@ -29,4 +29,4 @@
 /* FIXME: ensure we manipulate real array */
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))
 
-#endif /*  MACROS_H */
+#endif /* MACROS_H */