/* definitions for fmt parameter of str_fmt(p,width,fmt) */ #define FMT_RJUST 0 #define FMT_LJUST 1 #define FMT_RJUST0 2 #define FMT_CENTER 3