Changeset 0b1f01c in mainline for uspace/lib/c/include/rndgen.h
- Timestamp:
- 2024-06-13T16:03:39Z (13 months ago)
- Branches:
- master
- Children:
- 3887aab2
- Parents:
- 221daa5
- git-author:
- Miroslav Cimerman <mc@…> (2024-06-12 20:50:42)
- git-committer:
- jxsvoboda <5887334+jxsvoboda@…> (2024-06-13 16:03:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/rndgen.h
r221daa5 r0b1f01c 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 *); 49 50 extern errno_t rndgen_uint32(rndgen_t *, uint32_t *); 50 51
Note:
See TracChangeset
for help on using the changeset viewer.