TP_13 exo2: Finish the implementation of a basic tic-tac-toe game.
[TD_C.git] / TP_13 / exo1 / lib / macros.h
index 4b39cf49e3ad8c88b4fae4414f8e33c0f1368916..f485a9afabfb96f282b9cccd17ffe55ed49af65a 100644 (file)
@@ -3,7 +3,7 @@
  *
  *       Filename:  macros.h
  *
- *    Description:  
+ *    Description:  Some useful macros 
  *
  *        Version:  1.0
  *        Created:  09/03/2017 15:28:46
@@ -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 */