aboutsummaryrefslogtreecommitdiffstats
path: root/src/zbits.c (unfollow)
Commit message (Collapse)AuthorFilesLines
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-01zsetu: change macro from CHARS_PER_TYPE to SIZE_MULTIPLEMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-01Add zcmp, zcmpi, zcmpu, zcmpmag, zset, zseti, and zsetuMattias Andrée8-12/+131
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-01Avoid using the internal structure as much as possibleMattias Andrée2-4/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-01Fix whitespaceMattias Andrée5-14/+14
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-01Add zsetup, zunsetup, zinit, zfree, zswap, zsave, zload, zbits, and zlsbMattias Andrée11-0/+189
Signed-off-by: Mattias Andrée <maandree@kth.se>