aboutsummaryrefslogtreecommitdiff
path: root/src/cm
diff options
context:
space:
mode:
authorJ08nY2017-02-15 18:09:39 +0100
committerJ08nY2017-02-15 18:09:39 +0100
commit8863bda8116a540134eb6715fc91294c5938d400 (patch)
tree6b7e855063ba8c9909b8f5c2f051b053e6a3783b /src/cm
parent2cf95775a1d1a41d49f86cbd2d66290653201367 (diff)
downloadecgen-8863bda8116a540134eb6715fc91294c5938d400.tar.gz
ecgen-8863bda8116a540134eb6715fc91294c5938d400.tar.zst
ecgen-8863bda8116a540134eb6715fc91294c5938d400.zip
Add some TODOs, fix build
Diffstat (limited to 'src/cm')
-rw-r--r--src/cm/cm.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cm/cm.c b/src/cm/cm.c
index 63a0005..6595226 100644
--- a/src/cm/cm.c
+++ b/src/cm/cm.c
@@ -4,4 +4,7 @@
*/
#include "cm.h"
-int cm_do(config_t *cfg) {} \ No newline at end of file
+int cm_do(config_t *cfg) {
+ //TODO implement
+ return INT_MIN;
+} \ No newline at end of file