Memset function, Rand function – Zilog Z80380 User Manual
Page 76

Library Functions
Run Time Environment
4–12
UM004001-COR1103
memset
FUNCTION
Header file statement:
#include
Syntax:
void *memset
(void *dest, int c, size_t count)
The memset function sets the first count bytes of dest to the character c.
Return Value
The memset function returns the value of dest.
rand
FUNCTION
Header file statement:
#include
Syntax:
int rand
(void);
The rand function returns a pseudorandom integer in the range 0 to RAND_MAX. The srand
routine can be used to seed the pseudorandom-number generator before calling rand.
Return Value
The rand function returns a pseudorandom number, as described above. There is no error
returned.
Parameter
Description
dest
Pointer to destination
c
Character to set
count
Number of characters
See also other documents in the category Zilog Sensors:
- S3F94C8 (11 pages)
- S3F80QB (29 pages)
- S3F8S19 (38 pages)
- Z51F6412 (96 pages)
- Z51F6412 (54 pages)
- Z51F6412 (55 pages)
- EZ80F93 (11 pages)
- Z16F6411 (20 pages)
- Z16F6411 (216 pages)
- EZ80F93 (13 pages)
- ZMOT0BSB (314 pages)
- ZMOT0BSB (582 pages)
- Z8F083A (14 pages)
- Z8F2480 (17 pages)
- Z8F082A (18 pages)
- Z8F082A (15 pages)
- Z8F0822 (17 pages)
- Z8F6423 (83 pages)
- Z8F2480 (19 pages)
- Z8F2480 (18 pages)
- Z8F6423 (18 pages)
- Z8F6423 (27 pages)
- Z8F6482 (50 pages)
- EZ80F91 (41 pages)
- EZ80L92 (40 pages)
- EZ80L92 (26 pages)
- EZ80L92 (79 pages)
- EZ80F91GA (469 pages)
- EZ80F915 (411 pages)
- EZ80F91NAA (34 pages)
- EZ80L92 (10 pages)
- eZ80F92 (87 pages)
- Z8FMC16 (26 pages)
- Z16FMC6 (41 pages)
- ZUSBOPTS (38 pages)
- ZUSBOPTS (59 pages)
- Z16FMC6 (520 pages)
- Z16FMC6 (26 pages)
- Z16FMC6 (8 pages)
- ZMOT1AHH (25 pages)
- ZMOT0BSB (34 pages)
- EZ80F915 (78 pages)
- EZ80190 (87 pages)
- EZ80L92 (86 pages)
- EZ80F91GA (127 pages)