Changes in uspace/lib/c/include/rndgen.h [0b1f01c:4805495] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/rndgen.h
r0b1f01c r4805495 47 47 extern void rndgen_destroy(rndgen_t *); 48 48 extern errno_t rndgen_uint8(rndgen_t *, uint8_t *); 49 extern errno_t rndgen_uint16(rndgen_t *, uint16_t *);50 49 extern errno_t rndgen_uint32(rndgen_t *, uint32_t *); 51 50
Note:
See TracChangeset
for help on using the changeset viewer.