HelenOS sources

print_aligned_w    69 uspace/lib/fmtutil/fmtutil.c 	errno_t rc = print_aligned_w(wstr, pm->width, last, pm->alignment);
print_aligned_w   175 uspace/lib/fmtutil/fmtutil.c 	errno_t rc = print_aligned_w(wstr, width, last, mode);
print_aligned_w    48 uspace/lib/fmtutil/fmtutil.h extern errno_t print_aligned_w(const char32_t *, size_t, bool, align_mode_t);
HelenOS homepage, sources at GitHub