aboutsummaryrefslogtreecommitdiffstats
path: root/zahl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add new functions: zpowu and zmodpowuMattias Andrée2016-03-031-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zabs, zadd, zdiv, zmod, zmodmul, zmodpow, zneg, zpow, zsub, and the newly introduced zmodsqrMattias Andrée2016-03-031-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zahl.h: fix working mishapp for zptestMattias Andrée2016-03-021-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zand, zor, zxor, znot, zbtest, zsplit, and the newly introduced ztruncMattias Andrée2016-03-021-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zstr_length_positive is safe for non-positive, hence rename to zstr_length; and add zstr_lengthMattias Andrée2016-03-021-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add typedef zahl_char_t for internal useMattias Andrée2016-03-011-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zahl.hMattias Andrée2016-03-011-0/+129
Signed-off-by: Mattias Andrée <maandree@kth.se>