mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-12 10:22:38 +02:00
This avoids spurious diagnostics when running our "bootstrap" script. * gl/modules/heap: Append colon after "License". * gl/modules/randint: Likewise. * gl/modules/randperm: Likewise. * gl/modules/randread: Likewise. Reported by Stefano Lattarini. Diagnosed by Bruno Haible.
25 lines
229 B
Plaintext
25 lines
229 B
Plaintext
Description:
|
|
Generate random integers.
|
|
|
|
Files:
|
|
lib/randint.c
|
|
lib/randint.h
|
|
|
|
Depends-on:
|
|
inline
|
|
randread
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += randint.c randint.h
|
|
|
|
Include:
|
|
"randint.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|