From: Mart Lubbers Date: Sat, 7 Feb 2015 15:41:27 +0000 (+0100) Subject: now really final, submitting... X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=9b08d691aa2b7a7d5233c98d4ddbc61963335b2d;p=sws1-1415.git now really final, submitting... --- diff --git a/ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome.c b/ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome.c index 9acb1cf..aaf6471 100644 --- a/ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome.c +++ b/ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome.c @@ -1,6 +1,6 @@ -#include -#include -#include +#include /* We save the all the frequencies in a 64 bit int */ +#include /* We extract/add them using bitshifts */ +#include /* When no filepath is specified assume stdin */ #include int main(int argc, char* argv[])