mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-20 11:53:52 +02:00
752fb79cac4cc4b87db2c646cc87cbf0e09109a1
Include <stdlib.h> and <string.h> unconditionally. (iswcntrl, mbsinit, ISCNTRL): New macros. (mbsnwidth): Use K&R style function declarations. Don't bother checking for MB_LEN_MAX == 1, since the compiler can optimize it when MB_CUR_MAX == 1. The width of control characters is zero, not 1.
…
…
…
…
…
Description
These are the GNU core utilities. This package is the union of
the GNU fileutils, sh-utils, and textutils packages.
Languages
C
57.2%
Shell
27%
Perl
11.4%
Makefile
2.3%
M4
1%
Other
1.1%