Files
RedBear-OS/local/recipes/dev/libtool/source/gnulib/modules/rand
T

36 lines
428 B
Plaintext

Description:
global random number generator
Status:
obsolete
Notice:
This module is obsolete.
Files:
lib/rand.c
m4/rand.m4
Depends-on:
stdlib
random [test $REPLACE_RAND = 1]
configure.ac:
gl_FUNC_RAND
gl_CONDITIONAL([GL_COND_OBJ_RAND], [test $REPLACE_RAND = 1])
gl_STDLIB_MODULE_INDICATOR([rand])
Makefile.am:
if GL_COND_OBJ_RAND
lib_SOURCES += rand.c
endif
Include:
<stdlib.h>
License:
LGPL
Maintainer:
glibc