mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-14 07:46:28 +02:00
24 lines
264 B
Plaintext
24 lines
264 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
|
||
|
|
|
||
|
|
configure.ac:
|
||
|
|
|
||
|
|
Makefile.am:
|
||
|
|
lib_SOURCES += buffer-lcm.c buffer-lcm.h
|
||
|
|
|
||
|
|
Include:
|
||
|
|
"buffer-lcm.h"
|
||
|
|
|
||
|
|
License:
|
||
|
|
GPL
|
||
|
|
|
||
|
|
Maintainer:
|
||
|
|
Paul Eggert
|