From a38fc79ee9f7ccef78adf91aba8f5ae374803dfe Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 30 Nov 2017 02:17:18 -0600 Subject: stdlib: remove TRAD_SYNOPSIS Signed-off-by: Yaakov Selkowitz --- newlib/libc/stdlib/rand.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'newlib/libc/stdlib/rand.c') diff --git a/newlib/libc/stdlib/rand.c b/newlib/libc/stdlib/rand.c index 42acde4..aacb0a8 100644 --- a/newlib/libc/stdlib/rand.c +++ b/newlib/libc/stdlib/rand.c @@ -9,23 +9,12 @@ INDEX INDEX rand_r -ANSI_SYNOPSIS +SYNOPSIS #include int rand(void); void srand(unsigned int <[seed]>); int rand_r(unsigned int *<[seed]>); -TRAD_SYNOPSIS - #include - int rand(); - - void srand(<[seed]>) - unsigned int <[seed]>; - - void rand_r(<[seed]>) - unsigned int *<[seed]>; - - DESCRIPTION <> returns a different integer each time it is called; each integer is chosen by an algorithm designed to be unpredictable, so -- cgit v1.1