mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-13 19:02:02 +02:00
* gl/lib/mbsalign.c: Include <stdint.h> for SIZE_MAX. Use SIZE_MAX rather than (size_t) -1, to avoid warning for "size_t x = -1" on Solaris 10 cc. * gl/modules/mbsalign (Depends-on): Add stdint.
28 lines
281 B
Plaintext
28 lines
281 B
Plaintext
Description:
|
|
Align/Truncate a string in a given screen width.
|
|
|
|
Files:
|
|
lib/mbsalign.c
|
|
lib/mbsalign.h
|
|
|
|
Depends-on:
|
|
wchar
|
|
wctype
|
|
wcwidth
|
|
mempcpy
|
|
stdint
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbsalign.c mbsalign.h
|
|
|
|
Include:
|
|
"mbsalign.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Pádraig Brady
|