]> git.itanic.dy.fi Git - log-plotter/commit
refactor data handling into data.c
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 8 Oct 2013 18:55:31 +0000 (21:55 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Wed, 9 Oct 2013 19:54:18 +0000 (22:54 +0300)
commit44f9c67945693b34dc03b602d33670b87863ddef
tree85a52c55021ae4940e3f94ceb2efd21c06ccafe1
parentfb62d1b68429ab28cbc2c187ca7a426bb24b2063
refactor data handling into data.c

Let's keep main.c clean and make new file for data handling.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
Makefile
data.c [new file with mode: 0644]
data.h [new file with mode: 0644]
main.c