mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-08-08 18:22:09 +03:00
* bootstrap.conf, gl/modules/buffer-lcm, gl/modules/randperm: * gl/modules/randread, gl/modules/strnumcmp, gl/modules/targetdir: * gl/modules/xdectoint, gl/modules/xfts: Adjust to recent renaming of Gnulib modules, e.g., stdbool → bool, inttypes → inttypes-h.
24 lines
266 B
Plaintext
24 lines
266 B
Plaintext
Description:
|
|
Compute a good buffer size for dealing with two files.
|
|
|
|
Files:
|
|
lib/buffer-lcm.c
|
|
lib/buffer-lcm.h
|
|
|
|
Depends-on:
|
|
stddef-h
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += buffer-lcm.c buffer-lcm.h
|
|
|
|
Include:
|
|
"buffer-lcm.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|