X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=misc.h;h=9b42d2c6ab9e6ad69de06472b8d0e7538fa231d0;hb=b1b41dce461ab21ae9a2bd26d7a00a381a5f81f8;hp=384b6cca8654555203e92f926833e9ce680c5881;hpb=6e541862e5e10bbc7e71dcafa4ff60f19272c66f;p=pkg%2Fabook.git diff --git a/misc.h b/misc.h index 384b6cc..9b42d2c 100644 --- a/misc.h +++ b/misc.h @@ -16,6 +16,10 @@ char *my_getcwd(); char *getaline(FILE *f); +int strwidth(const char *s); +int bytes2width(const char *s, int width); + + #ifdef HAVE_CONFIG_H # include "config.h" #endif