Add the basic code structure and build system
[Project_algorithmic_C.git] / lib / constants.h
diff --git a/lib/constants.h b/lib/constants.h
new file mode 100644 (file)
index 0000000..431b796
--- /dev/null
@@ -0,0 +1,23 @@
+/*
+ * =====================================================================================
+ *
+ *       Filename:  constants.h
+ *
+ *    Description:  Header for constant values
+ *
+ *        Version:  1.0
+ *        Created:  24/04/2017 21:06:32
+ *       Revision:  none
+ *       Compiler:  gcc
+ *
+ *         Author:  Jerome Benoit (fraggle), jerome.benoit@piment-noir.org
+ *   Organization:  Piment Noir
+ *
+ * =====================================================================================
+ */
+
+#ifndef CONSTANTS_H
+#define CONSTANTS_H
+
+#endif /* CONSTANTS_H */
+