now really final, submitting...
authorMart Lubbers <mart@martlubbers.net>
Sat, 7 Feb 2015 15:41:27 +0000 (16:41 +0100)
committerMart Lubbers <mart@martlubbers.net>
Sat, 7 Feb 2015 15:41:27 +0000 (16:41 +0100)
ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome.c

index 9acb1cf..aaf6471 100644 (file)
@@ -1,6 +1,6 @@
-#include <stdint.h>
-#include <stdio.h>
-#include <stdlib.h>
+#include <stdint.h>    /* We save the all the frequencies in a 64 bit int */
+#include <stdio.h>     /* We extract/add them using bitshifts */
+#include <stdlib.h>    /* When no filepath is specified assume stdin */
 #include <string.h>
 
 int main(int argc, char* argv[])