aboutsummaryrefslogtreecommitdiffstats
path: root/src/zbits.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-13OptimisationsMattias Andrée1-20/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-04Add makefile and fix errorsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-02Why zbits returns 1 for 0Mattias Andrée1-3/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-01Add typedef zahl_char_t for internal useMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-01Fix whitespaceMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-01Add zsetup, zunsetup, zinit, zfree, zswap, zsave, zload, zbits, and zlsbMattias Andrée1-0/+21
Signed-off-by: Mattias Andrée <maandree@kth.se>